Forum Discussion
Automating the Power BI Report Testing of Data
Hi All,
To implement Power BI data testing of report and automate the process what is the best method?
I know there are lot of 3rd party tools but if we want to build it from scratch, what are the key things to consider or anyone has already did that?
4 Replies
- lbendlinSuper User
What kind of testing are you looking for? Unit testing, UAT, or usability test?
- AnonymousNot applicable
We are actually looking at Comparing the Data from Source to the data published on the Report.
Eg: If Sales Amount in November : 9863$, we want to validate the amount showing up is correct or not from the source. and automate this process.
- lbendlinSuper User
That's too vague. Do you want to test if the data made it all the way through to the dataset on the service? You would connect to the XMLA endpoint for that. Or do you want to test if the number renders correctly on the report visual? You would use browser test tools for that. Etc.