Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello everyone!
I have created a Line and Stacked Column chart as per the below picture, and I would like to do the conditional formatting for each Quarter (3 months) to be a specific color. For example, Jan, Feb, and Mar should be Green. Apr, May, and Jun should be Red, ...
Can someone help me to make this by a DAX formula?
I tried to do it by choosing the field type value conditional formatting, but I could not choose any field (It will be Null even when I chsoose a filed).
Thank you!
Solved! Go to Solution.
Thank you Alexander!
But I finally found an easier way to do this!
Please check the below:
And here is the result:
Thank you!
Thank you Alexander!
But I finally found an easier way to do this!
Please check the below:
And here is the result:
Thank you!
Hi @arafieilatiani,
The idea would be to split your data in two parts - "blue" and "red", with the help of a calculated column for example:
Then add them to your stacked column chart and set up the colors for each sequence:
Best Regards,
Alexander