Forum Discussion
ashmitp869
Responsive Resident
7 months agoConditional formating in Power BI Matrix similar like excel ?
Hi, Can I do conditional formatting in Power BI Matrix similar to Excel? Risk Level Colour =
SWITCH (
SELECTEDVALUE ( 'DimRisk'[Risk Level] ),
"1 - Critical", "#C0000...
- 7 months ago
Instead of Matrix visual, if you use Table visual then you can format rows easily. Go to cell elements and then select column one by one and apply the background color.
ashmitp869
Responsive Resident
7 months agoYes you are correct.
I understand the conditional formatting works only on measures
Is there any way to do the conditional formatting in rows?
like below
dikssha
7 months agoRegular Visitor
Instead of Matrix visual, if you use Table visual then you can format rows easily. Go to cell elements and then select column one by one and apply the background color.