migueesc123 / PowerBIRESTAPI

A Microsoft Power BI Data Connector or Power Query Connector for the Power BI REST API
MIT License
237 stars 74 forks source link

Datamarts break dataflow related methods #106

Closed relax528 closed 2 years ago

relax528 commented 2 years ago

Created first datamart today. After doing so the datasets using this wonderful connector are broken with the error OLE DB or ODBC error: [Expression.Error] The field 'name' of the record wasn’t found.

Further investigation on the GetData function confirms the error that the Get Dataflows in Group method has incomplete data returned for datamarts.

Response for standard dataflow: image

Response for the new datamart: image

name element is missing, hence the error.

Can this be worked around to at least ignore the datamarts for now? The real issue is with the REST method, but this breaks the usage for now.

Thanks!

klinejordan commented 2 years ago

This should be fixed in #107, can you download a new .mez and confirm? @relax528