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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
phchu1226
Helper IV
Helper IV

Conditional Formatting on table visual

Hi,

 

I added the conditional formatting for the field GPM% which display red when the % is negative.

phchu1226_0-1641973357470.png

However, the background color changed after I clicked another visual in order to show the information of specified order.

Is the conditional formatting just comparing the data shown?

Is there any way to let the negative value still display in red even though just showing one value?

 

phchu1226_3-1641973676100.png

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@phchu1226 , No it should still work.

 

Try to create a measure

if([ GPM%]<0, "Red", "White")

 

Use that in conditional formatting using the field value option

PowerBI Abstract Thesis: How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4

 

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@phchu1226 , No it should still work.

 

Try to create a measure

if([ GPM%]<0, "Red", "White")

 

Use that in conditional formatting using the field value option

PowerBI Abstract Thesis: How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4

 

Hi @amitchandak ,

 

Now I am using the field value option rather than gradient, it works. Thanks.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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