Forum Discussion
automated testing in Power BI
vanessafvg I know this post is now about 3 years old but I'll post here in case anyone else finds the answer useful.
As of May 2021, there aren't any tools that I'm aware of that were specifically made for testing Power BI.
If you want to test Power BI reports after being deployed to the service, you could do so using Selenium. This is possible (I've done it for a client) but has its own set of challenges (speed, scalability, distinct skillset).
Some of the ETL and BI testing tools have started or are planning on adding support for Power BI. Tools such as DataGaps, Kinesis CI, etc.
I personally went down the Selenium route but ended up building PowerTester as a dedicated Power BI test automation solution to get around some of the challenges we faced when using a Selenium framework.