Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
119 | |
83 | |
47 | |
42 | |
33 |
User | Count |
---|---|
190 | |
79 | |
72 | |
52 | |
46 |