Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I'm new to Power BI. I'm trying to set-up a dashboard. one of the fields in the source data is for RAG status. the field has either R, A or G. Idealy I would like conditional formating with an icon. so that R is red, A is amber, G is green. I don't want a table, just the icon. any advise would be welcome. thanks
Solved! Go to Solution.
Hi @Vikkers ,
I created a sample pbix file(see the attachment), please find the details in it.
Apply conditional table formatting in Power BI - Power BI | Microsoft Learn
1. Create a measure as below
Conditional formatting = SWITCH ( SELECTEDVALUE ( 'Table'[RAG status] ), "R", 0, "A", 1, "G", 2 )
2. Create a table visual and only apply the field [RAG status] on it
3. Make conditional formatting on it
Best Regards
Hi @Vikkers ,
I created a sample pbix file(see the attachment), please find the details in it.
Apply conditional table formatting in Power BI - Power BI | Microsoft Learn
1. Create a measure as below
Conditional formatting = SWITCH ( SELECTEDVALUE ( 'Table'[RAG status] ), "R", 0, "A", 1, "G", 2 )
2. Create a table visual and only apply the field [RAG status] on it
3. Make conditional formatting on it
Best Regards
Thanks that has been a big help.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
8 | |
7 | |
2 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |