Forum Discussion
Anonymous
3 years agoNot applicable
Measures into categories
I have 4 measures and what I would like to achieve to have a table and in that table the measures are categorized into four separated row. I wrote the following DAX to achieve it: Categori...
- 3 years ago
Create 4 separate measures. Add the measures to the values bucket in a matrix visual. Go into the formatting pane and search for "Show on Rows" (I think it's under Values -> Options) and activate it. You will now see each measure as a row with its corresponding value
PaulDBrown
3 years agoCommunity Champion
Create 4 separate measures. Add the measures to the values bucket in a matrix visual. Go into the formatting pane and search for "Show on Rows" (I think it's under Values -> Options) and activate it. You will now see each measure as a row with its corresponding value
- Anonymous3 years agoNot applicable
It worked! 🙂