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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
IF
Post Prodigy
Post Prodigy

Dynamic values with measures

Hi,

 

I uploaded the file. Everything is working well, but I want to have some design changes that I can not do.

https://www.dropbox.com/s/nn0n72iu5ggwc0a/Question%20dynamic%20card%20values.pbix?dl=0

 

 

25.jpg

As you can see from the image I want to show Category values and the numbers in bold (maybe in bigger format) I also want to change the color, based on the difference between Value1 and Value2.

Thanks in advance!

1 REPLY 1
amitchandak
Super User
Super User

@IF , you can create a color measure and use that in conditional formatting using the field value option

Assuming value 1 and value 2 are measures

Example

switch(true(),

[Value1] =[Value2] || isblank([Value1]), "grey"

[Value1]>[Value2], "Green"

// add other

)

 

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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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