Forum Discussion

ACol123's avatar
ACol123
Icon for Helper I rankHelper I
3 years ago
Solved

Search 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.

2 Replies

  • Run a DMV query 

     

    select * from $SYSTEM.TMSCHEMA_EXPRESSIONS

     

    It includes the parameters.