Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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
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!
@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 feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 49 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 91 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |