Forum Discussion
Anonymous
6 years agoNot applicable
highlight specific rows in matrix
Hi All, I have a table and would like to be able to highlight certain rows. I would like to be able to bold or use a background colour on the bolded items like revenue and profit (as shown below...
- 6 years ago
You can use conditional formatting but you will need to apply it to each column in your table:
Formatting = IF(SELECTEDVALUE('Table'[Column2]) = "qd" ; 1 ; IF( SELECTEDVALUE('Table'[Column2]) = "2q" ; 2 ; 0 ))
Hope it helps,
J
HemanthKpbi
2 years agoNew Member
There isn't a direct way to highlight entire rows based on specific values in Power BI matrices, but you can achieve a similar effect using conditional formatting.
Conditional Formatting Based on Slicers
For more details check: https://inforiver.com/blog/general/supercharge-power-bi-conditional-formatting/
YouTube: https://www.youtube.com/watch?v=WF7fCAmjjZc