Forum Discussion
jasonbakersd
9 years agoHelper I
Help with table-like visual - measure names as labels.
I'm trying to create a table like below in Power BI however its a bit more difficult than I expected.
Each of the Row labels is a measure and I have a date dimension to show the values. I also have the QoQ % Change measure.
Using a matrix or table hasn't worked, any help greatly appreciated.
2 Replies
- v-chuncz-msftCommunity Support
You may try to use DAX to create a calculated table.
https://powerbi.microsoft.com/en-us/guided-learning/powerbi-learning-2-6-create-calculated-tables/
- jasonbakersdHelper I
Thanks! I'll take a look and see how it all works.