Tag: power-bi-service
-
Effortlessly Switch Power BI Reports to a New Semantic Model Using REST API (Part 2 – PowerShell)

Have you ever needed to connect a published Power BI reports to a different dataset? But not a few reports.. This can be completed easily with Part 1 of this subject (previous post). Now i am talking about 10 reports or more. Maybe all reports in the workspace? In that case, using Power BI Rest…
-
Effortlessly Switch Power BI Reports to a New Semantic Model Using REST API (Part 1)

Have you ever needed to connect a published Power BI report to a different dataset? The usual process of downloading the report, reconnecting to the new dataset, republishing, and handling duplicate report names can be time-consuming. Luckily, the Power BI REST API provides a more efficient way to achieve this with the Rebind Report In…
-
How to Download a Non-Downloadable Report from Power BI Service

If you work as Power BI developer, i am sure that you faced this already. The user sends you the link of the report on Power BI Service. You just need to download the report and add a logo. Easy task, right?View post to subscribe to the site’s newsletter.
-
How to replace semantic model without downloading reports?

To change the semantic model of multiple Power BI reports without downloading and republishing, use the Power BI REST API “Reports – Rebind Report In Group.” This allows online updates by specifying workspace and report IDs, along with the new dataset ID. Automation using Python can simplify extensive updates across multiple reports.View post to subscribe…