Forum Discussion
background color matrix value column
Hi,
I hope you can assist me,
how do I do background colors to some of the cells in the left column?
Thank you,
- Anonymous3 years ago
Hi Anonymous ,
I suggest you to try conditional formatting in matrix visual.
For reference: Apply conditional table formatting in Power BI - Power BI | Microsoft Learn
Confitional formatting = IF(MAX('Table'[Category]) in {"Net Sales","Gross Profit","EBIT","Net Profit","EBITDA"},"brown")Result is as below.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- IdrissshatilaSuper User
Hello Anonymous ,
These videos will help in building financial analysis and give you new ideas,
check them out https://youtu.be/PI52ckgezzA
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
- AnonymousNot applicable
Hi Anonymous ,
I suggest you to try conditional formatting in matrix visual.
For reference: Apply conditional table formatting in Power BI - Power BI | Microsoft Learn
Confitional formatting = IF(MAX('Table'[Category]) in {"Net Sales","Gross Profit","EBIT","Net Profit","EBITDA"},"brown")Result is as below.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.