Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
abhishek_2593
Helper I
Helper I

Conditional Formatting - Age groups

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?

abhishek_2593_0-1654778734109.png

 

1 ACCEPTED SOLUTION
NickolajJessen
Solution Sage
Solution Sage

SWITCH(
    SELECTEDVALUE('Table'[UCategory]),
    "U12", 1,
    "U15",1
    // and so on
)

Then use conditional formatting to color everything yellow, where it equals 1

View solution in original post

2 REPLIES 2
NickolajJessen
Solution Sage
Solution Sage

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!

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

Find out what's new and trending in the Fabric Community.