Forum Discussion
Automating PowerBI Report Publishing from GitHub Repository to Workspace
- Anonymous2 years ago
Hi, Likhi
You can use the Power BI Workspace deployment action available in GitHub Marketplace
Here are the steps to set it up:Add environment variables to your GitHub repository to get the ID and key of the service principal. Pass these credentials to the action, as shown in the usage example available in GitHub Marketplace.Create a yaml configuration file and place it in the repository. The profile maps the folder name to the workspace ID.
You can refer to the following documents:Power BI Workspace Deploy · Actions · GitHub Marketplace · GitHub
Once set up, it should automate the process of publishing PowerBI reports to the workspace whenever changes are pushed to the GitHub repository
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, Likhi
You can use the Power BI Workspace deployment action available in GitHub Marketplace
Here are the steps to set it up:
Add environment variables to your GitHub repository to get the ID and key of the service principal. Pass these credentials to the action, as shown in the usage example available in GitHub Marketplace.Create a yaml configuration file and place it in the repository. The profile maps the folder name to the workspace ID.
You can refer to the following documents:
Power BI Workspace Deploy · Actions · GitHub Marketplace · GitHub
Once set up, it should automate the process of publishing PowerBI reports to the workspace whenever changes are pushed to the GitHub repository
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.