Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.