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! Request now
Hi All,
Conditional formatting based on 1 column field and calculated measure
i m trying to implement a conditional formatting, to change the background color of a matrix cell.
My code is
Condition_first_reply_time_50 = SWITCH(TRUE(); FactTickets[requesttyp]="question" && [First Reply Time (hrs)50%] >= 8; "Red"; FactTickets[requesttyp]="change" && [First Reply Time (hrs)50%] >= 8; "Red"; FactTickets[requesttyp]="service" && [First Reply Time (hrs)50%] >= 8; "Red"; FactTickets[requesttyp]="incident" && [First Reply Time (hrs)50%] >= 4 ; "Red"; "#83BC00")
Hi @mofai ,
I tested with above formula, it set conditional colors as expected.
Best regards,
Yuliana Gu
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.