Forum Discussion
jarwest
4 years agoHelper II
Export Visualization as .csv
Hey all, I have a report that contains a table along with some slicers. I need to find a way to export this table as a .csv, but so far the only methods I have found require creating a dashboard,...
- 4 years ago
That doesn't sound right. On your table visual click the ellipsis (...) and then Export Data.
Then click "Summarized Data" and select the csv option.
Note the row limitation. If you don't like that you can run your own DAX query that is equivalent to the one used to render that particular table visual.
lbendlin
4 years agoSuper User
That doesn't sound right. On your table visual click the ellipsis (...) and then Export Data.
Then click "Summarized Data" and select the csv option.
Note the row limitation. If you don't like that you can run your own DAX query that is equivalent to the one used to render that particular table visual.
jarwest
4 years agoHelper II
This is what I was looking for and the solution I ended up going with. I initially was looking at this issue all wrong, thank you.