Skip to content

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

Latest
Compare
Choose a tag to compare
@kerski kerski released this 06 Mar 14:42
· 27 commits to main since this release

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.