The “GetCapacityTenantSettingOverrides” API is a response to the concerns raised by tenant administrators. It offers transparency and insight that administrators need to govern Fabric.
» Read more Today, we have some exciting news to share with you – the introduction of a new Power BI admin API that allows you to conveniently access all tenant settings in a single call.
» Read more This Scanner API release extends coverage for artifact metadata, RDL data source properties, dataset sub-artifact metadata, and datamart metadata.
» Read more New admin APIs to retrieve email subscriptions and widely shared reports
» Read more We are pleased to announce the preview availability of our new Unused Artifacts API. The initial version of this API returns a list of datasets that have not been used within 30 days for a specified workspace, and successive revisions will include other artifact types such as reports and dashboards.
» Read more The huge enhancement to the APIs we’re announcing today includes the items our customers have been asking for most – now, as part of the API response, you can get the metadata of dataset tables and columns, measures, DAX expressions, and mashup queries.
» Read more We are excited to announce the release of a new and improved usage report for Power BI reports in modern workspaces.
» Read more As a Power BI service admin, do you frequently need to list all workspaces in your tenant, and all reports, dashboards, and datasets in those workspaces as well? If the answer is yes, you probably had to build your solution such that in a first call, all workspaces had to be retrieved by using the GetGroupsAsAdmin API or the Get-PowerBIWorkspace cmdlet. It was then necessary to loop through the result set to make additional calls to get the reports, datasets and dashboards within each workspace by using the GetReportsInGroupAsAdmin, GetDashboardsInGroupAsAdmin, GetDatasetsInGroupAsAdmin APIs or the Get-PowerBIReport, Get-PowerIBDashboard, and Get-PowerBIDataset cmdlets respectively. Unfortunately, this approach is slow and inefficient. In a large Power BI environment, it is even impractical. There must be a better and more efficient way! The secret to avoiding these expensive loops is in the OData Expand Query Option ($expand)—and I am proud to announce the recent release of support for $expand in the GetGroupsAsAdmin API!
» Read more