Forum Discussion
RecycleBin_Rob
2 years agoFrequent Visitor
Exporting Table doesn't export all columns
Hi, I inherited a PBIX to work on. I noticed that the published dashboard has 7 columns in a table (let's just say A to G). When I click on export, the resulting csv/excel file only shows columns...
- 2 years ago
A table visual is not the same thing as a table. The table visual can combine data from multiple tables in your data model. There are various export options that you can choose from on the service, or you can run your own DAX queries to get exactly the output format you need.
lbendlin
2 years agoSuper User
A table visual is not the same thing as a table. The table visual can combine data from multiple tables in your data model. There are various export options that you can choose from on the service, or you can run your own DAX queries to get exactly the output format you need.