Releases: kerski/powerquery-connector-pbi-rest-api-commercial
Power Query Custom Data Connector for Power BI REST APIs (Commercial) v1.3
Added two functions:
-
GetPaginatedReportDatasourcesInGroup (https://learn.microsoft.com/en-us/rest/api/power-bi/reports/get-datasources-in-group)
Returns a list of data sources for the specified paginated report (RDL) from the specified workspace. -
ExportReportInGroup (https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-report-in-group)
Exports the specified report from the specified workspace to a Power BI .pbix or .rdl file.
BREAKING CHANGE: Renamed GetDatasetSyncStatusInGroup to GetDatasetQueryScaleOutStatusInGroup to standardize naming conventions.
Power Query Custom Data Connector for Power BI REST APIs (Commercial) v1.2.2
Updated GetDatasetSyncStatusInGroup based on recent news: https://powerbi.microsoft.com/en-us/blog/announcing-the-public-preview-of-automatic-replica-synchronization-for-dataset-scale-out/
/syncStatus changed to /queryScaleOut/syncStatus
Power Query Custom Data Connector for Power BI REST APIs (Commercial) v1.2.1
Added Dataset Scale-Out endpoint with the m function GetDatasetSyncStatusInGroup.
EndPoint: /dataset/{dataset id}/syncStatus
Prerequisites required to use this endpoint in preview: https://learn.microsoft.com/en-us/power-bi/enterprise/service-premium-scale-out#prerequisites
Power Query Custom Data Connector for Power BI REST APIs (Commercial) v1.2
Adds Dashboards, Dataflows, Goal, and Scorecard Endpoints.
BREAKING CHANGE!!!: Prior to version 1.2, the table of functions reference "NavigationTable.Simple". This has been replaced by "PBIRESTAPIComm.FunctionCatalog". When using the new version of the connector, please change existing references from "NavigationTable.Simple" to "PBIRESTAPIComm.FunctionCatalog" in Power Query.
Power Query Custom Data Connector for Power BI REST APIs (Commercial) v1.1
New endpoints added for Datasets and Pipelines.
Unit Tests added for each endpoint.
Power Query Custom Data Connector for Power BI REST APIs (Commercial)
v.1.0.0-beta Updated instructions