Forum Discussion
PowerbI Azure deployment
Hi Anonymous ,
I may not understand your question very well.
Please check if the following links are helpful to you.
How to deploy POwer BI template for use in Power BI service
Deploy Azure ARM Template for Azure Synapse and Power BI Solution using CMS Medicare Data
Hope it helps,
Community Support Team _ Caitlyn
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous4 years agoNot applicable
I understand. I can be wordy at times.
Simply put, to turn a PBIT template into a PBIX, you open it up, connect to a data source and save it as a PBIX.
My Template has four parameters, one to connect to data source, one to connect to database, one for UserID and another for password to connect to the database.So I open up the template, type in the requirements for all 4 and assuming they’re correct, I’m connected.
As a deployment, I want to find a way that I can give the template to our DevOps group, and they decide where the template will be connected. They would fill in the four parameters.
But currently this is done manually. You have to open it, type in the correct parameters and save it as a PBIX.I am looking for a way to automate this, perhaps by using some kind of config file that automatically populate the parameters. That way, the process is automated.
I hope this helps explain it better.