Tag: business-intelligence
-
Deployment Pipelines… What happened to my Dashboards???

The deployment pipeline is useful, but caution is required when deploying dashboards due to a persistent issue where image tile links break when moved to different workspaces. This results in blank links that redirect to the original workspace. Until resolved, it’s advisable to maintain dashboards in one workspace to avoid repeated link fixes.View post to…
-
Change semantic model for multiple Power BI reports without downloading them

To change the semantic model for multiple reports in Power BI online, utilize the “Reports – Rebind Report In Group” REST API, allowing updates without downloads. By providing the necessary workspace and report IDs, along with the new dataset ID, users can efficiently update links to datasets. Automation via Python is suggested for extensive updates.View…
-
How to use Deployment Pipelines in Power BI Service? Initial deployment demo

The Deployment Pipeline in Power BI Service helps ensure that changes are published only after thorough testing. Users can create a pipeline with multiple stages (Test, Development, Production) by assigning workspaces for each. This process allows for tracking changes, documenting deployments, and maintaining a separate production environment for end users.View post to subscribe to the…