The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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