Skip to content

Releases: kerski/powerquery-connector-pbi-rest-api-commercial

Power Query Custom Data Connector for Power BI REST APIs (Commercial) v1.3

06 Mar 14:42
Compare
Choose a tag to compare

Added two functions:

  1. 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.

  2. 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

31 Jul 03:08
8deaef1
Compare
Choose a tag to compare

Power Query Custom Data Connector for Power BI REST APIs (Commercial) v1.2.1

27 Apr 04:05
096b669
Compare
Choose a tag to compare

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

21 Feb 18:06
4da323c
Compare
Choose a tag to compare

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

29 Nov 04:24
Compare
Choose a tag to compare

New endpoints added for Datasets and Pipelines.

Unit Tests added for each endpoint.

Power Query Custom Data Connector for Power BI REST APIs (Commercial)

25 Oct 03:01
Compare
Choose a tag to compare