DataOps for Power BI


 

Have you ever overwritten a Power BI report in the service before realizing that you haven’t edited the latest version of it?

I think this has happened a few times to all

But why? Let’s mention some inherent particularities to the product:

Power BI files are saved as PBIX and are binary so rather hard to compare. They contain both the ETL part, the model and its measures, and calculated columns as well as the data visualization parts. It’s a Self-Service BI tool…

So many reasons not to follow good development practices!

In this article I will