Forum Discussion
ACol123
Helper I
3 years agoSearch for all parameters in my workbook?
Hello guys, does anyone know how I can retrieve all the parameters present in a PBIX file? Is there a way to identify or extract a list from the file?
Thanks for those who help me!
Run a DMV query
select * from $SYSTEM.TMSCHEMA_EXPRESSIONS
It includes the parameters.