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 September 15. Request your voucher.
Hello -
How can i add a conditional formating or a highlight for a specific row in matrix? in the below example 'Avg' is from the data not a calculated in pbix - How can i highlight this specific row?
Solved! Go to Solution.
@spartanboy , you can not highlight a row. You can create a color measure and apply it to values using conditional formatting, using field value option
color = if(max(Table1[Row] ="Avg", "Yellow", "White")
@spartanboy , you can not highlight a row. You can create a color measure and apply it to values using conditional formatting, using field value option
color = if(max(Table1[Row] ="Avg", "Yellow", "White")
User | Count |
---|---|
65 | |
62 | |
60 | |
53 | |
30 |
User | Count |
---|---|
181 | |
83 | |
68 | |
49 | |
46 |