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.
Dears
I have team utilization matrix showing each team member solving ticket count, i want to change color of TT solved count based on average value
if total value below average of Total TT solved then color will be RED
if total value above average of Total TT solved then color will be Green
thanx
Solved! Go to Solution.
@Anonymous , Try
if([Total TT solved] > calculate(averageX(values(Table[members]),[Total TT solved]),allselected(Table)),"Green","Red")