The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I have a dataset of multiple teams with different age groups named as U5, U6 ..... to U16.
How do i use formatting to highlight only a few selected age groups for each team in the matrix chart?
for Ex - U12, U15, U18, U7 etc?
Solved! Go to Solution.
SWITCH(
SELECTEDVALUE('Table'[UCategory]),
"U12", 1,
"U15",1
// and so on
)
Then use conditional formatting to color everything yellow, where it equals 1
SWITCH(
SELECTEDVALUE('Table'[UCategory]),
"U12", 1,
"U15",1
// and so on
)
Then use conditional formatting to color everything yellow, where it equals 1
Thank you very much 🙂 this helps!
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
121 | |
85 | |
75 | |
55 | |
46 |
User | Count |
---|---|
135 | |
127 | |
78 | |
64 | |
63 |