'What is the best way to generate and deploy Power BI datasets?

We are currently using Vertipaq/DAX within SSAS Tabular.

We do generate our (complex) cubes through Powershell using some requirements held in a JSON definition of our own making. We do this by modifying our base template created using Visual Studio and "exported" to an XMLA format. The XMLA is modified by Powershell and the cube is then deployed to SSAS using the resulting XMLA.

We are planning to move our cubes to Power BI Datasets and thinking of using the same XMLA based approach, still holding our initial template in Visual Studio.

Does it sound as a reasonable approach with Power BI?

We know about Power BI (Desktop) Templates but they do not seem like an appropriate route if we want to automatically modify them before deployment...

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source