Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
i am using two measure in column previous month another next month measures so i cant add conditional color . first previous three Month color should be yellow and after that its dark green.
@Anonymous , Is there a month in display. Assume there is month year coming in display from dat table
Color =
if(Max(Date[Date] ) > eomonth(today(),-4) , "Yellow", "green")
You can use the same in conditional formatting using field value option.
It can color rows of a column and total , not the heading
@amitchandak i am using two measure in column fields so conditional formating not working. this value from Effective date .format (DD:MM:YY) date format only .
@Anonymous , In matrix conditional formatting, do not work on columns.
Can share what is expected output a screenshot
and a sample pbix after removing sensitive data.
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!