Forum Discussion
Belvicus
4 years agoNew Member
Split X-Axis with stacked columns
Hello,
I need to split in two different columns this chart:
I need to have two columns for each month:
- Azure + Blue values column
- Pink + Red values column
so, for example I need to display this one, when I decide to drill over a month this graph:
Actually I have in the axis:
- X-Axis: Month
- Y-Axis: Force and Force KO (Azure and Blue) and Training and Training KO (Pink and Red)
Please, can you help me?
Thanks in advance!
2 Replies
- v-zhangti
Community Support
Hi, Belvicus
You can try the following methods.
Index = IF([Category]="Force"||[Category]="Force KO",1,2)Does this meet your desired outcome?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.