Forum Discussion
MAX MIN
It is similar to this , so I tried to use its solution. Using Matrix
https://community.powerbi.com/t5/Desktop/Sort-a-table-by-the-results-of-two-columns/m-p/16299#M4485
I am not really sure what the difference is . I mean difference between table in Report view or Data view of Power BI Desktop.
Result of using matrix is sufficient for now.
- Anonymous10 years agoNot applicable
Every visual is sort of just a calculated table generated by measures and filter contexts, with a coat of paint on top. Export gives you that calculated table, minus the pretty picture the visual painted with it.
- Anonymous10 years agoNot applicable
The data view is just the raw tables in your data model. The report view is for building the visuals that the end users will see and interact with. A matrix is one of those visuals, just as a bar chart is.
- pstanek10 years agoPost Patron
So that is why export data will export raw tables , not report view.
- Sean10 years agoCommunity Champion
Wow Anonymous that's perfectly worded!