Forum Discussion
pruvieros
4 years agoFrequent Visitor
Error when applying a query to Power BI (cannot convert the value null to type Table)
Hello, I'm trying to export all tables names and all column names from Power Query to a csv file I found the very powerful keyword #shared in the radacad website, that allows to get a list o...
- 4 years ago
You don't need a license to run DMV queries against the PBIX file (for example with DAX Studio). Only requirement is that the PBIX is opened with Power BI Desktop.
lbendlin
4 years agoSuper User
You don't really need to use #shared. Easier to use Table.ColumnNames() or other meta functions. Or use DMV queries.