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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
Vikkers
Regular Visitor

RAG status

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

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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

vyiruanmsft_0-1694406010170.png

Best Regards

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

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

vyiruanmsft_0-1694406010170.png

Best Regards

Thanks that has been a big help. 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.