Hello,
I would like to check if a certain filter is applied on every Power Query query that is used to build and refresh the datast.
Is there a way to programatically see thw query code for every query?
Thanks
Solved! Go to Solution.
Run a DMV query against the dataset.
select * from $SYSTEM.TMSCHEMA_PARTITIONS
You can use DAX Studio or any other tool that can access the XMLA endpoint.
Run a DMV query against the dataset.
select * from $SYSTEM.TMSCHEMA_PARTITIONS
You can use DAX Studio or any other tool that can access the XMLA endpoint.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Welcome to the Power BI Community Show! Jeroen ter Heerdt talks about the importance of Data Modeling.
Mark your calendars and join us on Thursday, May 26 at 11a PDT for a great session with Ted Pattison!