March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
@clem312
You can still use conditional formatting, check the following example. I create a measure to evaluate and apply CF on the background of the sales value measure. I also attached the file
CF =
SWITCH(
SELECTEDVALUE(financials[Country]),
"Canada", "Yellow",
"France", "Blue",
"Mexico", "Pink",
"Germany", "Green"
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Not sure what exactly is required but you should be able to do it with conditional formatting :
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Hi @Fowmy,
Not sure because the conditional formatting wants to change color when a measure reach a defined level.
I want to apply a different background color for each categorie in the matrix so you can easily see for each brand the rank of the categorie.
"Vehicle handling" should be blue
"Mechanical performance", yellow
etc.
@clem312
You can still use conditional formatting, check the following example. I create a measure to evaluate and apply CF on the background of the sales value measure. I also attached the file
CF =
SWITCH(
SELECTEDVALUE(financials[Country]),
"Canada", "Yellow",
"France", "Blue",
"Mexico", "Pink",
"Germany", "Green"
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Hi @Fowmy
It works fine for the categories. Any idea for the measure that goes with it ?
Kind regards
Clement
@clem312
It doesn't matter which measure is used, you can modify the code for your category and apply.
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Because in your file, the selection is mage with the Country on the line but in my matrix on line I have an increasing serie (1, 2, 3, 4, 5) so I can present by descending ordering the favorite topics for each brand.
Like this :
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
87 | |
75 | |
68 | |
51 |
User | Count |
---|---|
205 | |
141 | |
100 | |
79 | |
68 |