Forum Discussion
dritsche
2 years agoFrequent Visitor
Automated Unit Testing
Hi Forum, Inspired by this article, I'd like to create automated unit tests to test measures within my Power BI Semantic Model (Dataset). I'm planning to: - Use Powershell to connect to and run th...
lbendlin
2 years agoSuper User
Have your test data be part of the regular data source refreshes. For production use a filter that excludes the test data. For unit testing flip the filter to exclude the production data.