Forum Discussion
pstanek
Post Patron
10 years agoMAX MIN
I have table with columns Office -Product- Stock Value. I need to create Product - MIN Stock - Office with min stock - Max stock - Office with max stock I try to avoid to order new product...
pstanek
Post Patron
10 years agoI 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.
Anonymous
10 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.
- 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.
- pstanek10 years ago
Post Patron
So that is why export data will export raw tables , not report view.
- Sean10 years ago
Community Champion
Wow Anonymous that's perfectly worded!