Forum Discussion
Edit Clustered Column Chart - X Axis and Spacing
Hello JoshP11 ,
I can observe that all are measures so instead of just creating measures created a calculated table using ADDCOLUMNS DAX and append all these calculations into rows in a new table. Then create visual using stacked/clusted column chart that will help you in solving your requirement quickly.
Another way is you have to group those measures in the visual and also you have to create one reference column as you can not take measure in X Axis.
If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!
- JoshP113 years ago
Helper II
Hello Kishore_KVN
Thanks so much for the reply!
I'm not sure how to do what you're suggesting. is there any easy way to show via screenshots or a tutroial I could follow? I can see where I would create the table, I'm just not sure on the rest..
Thank you again.
- Kishore_KVN3 years ago
Solution Sage
Hello JoshP11
Please see below video this may help you.