Forum Discussion
Display mutliple measures in axis in a graph
Dear team,
I have made 10 measures for a specific requirement and now I want to display all measures in a graph in x-axis.
Please have a look at the image for reference.
Please note that the requirement is not to have legends for these measures. The client wants bar/column chart where each measure name should be in x axis.
Please help me
Hi Anonymous
Measure can't be put in Axis directly, but you can create a new column displaying their measure name and manage the relationship using DAX as below:
Pbix attached.
2 Replies
- amitchandak
Super User
Anonymous , I doubt that is possible unless you create table to convert Mesure as dimension and use.
example
https://community.powerbi.com/t5/Desktop/Matrix-Display-Values-above-Columns/td-p/256905
- v-diye-msft
Community Support
Hi Anonymous
Measure can't be put in Axis directly, but you can create a new column displaying their measure name and manage the relationship using DAX as below:
Pbix attached.