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
Anonymous
Not applicable

Advanced Card / KPI

Hi, are there any method for showing the callout value by using the distance to goal value (the percentage only) instead of the original value.  Something like third image. Also, are there any method for colour coding if the distance to goal is larger than 5% , then the callout value is shown in red and less than 0% will be green. I have been using Advance card and card with states by OKVIZ also KPI but not showing out what I want. Thanks for the help. 

Kim_Sky_0-1659100516497.png

Kim_Sky_1-1659100645289.png

 

 

1 ACCEPTED SOLUTION
v-yalanwu-msft
Community Support
Community Support

Hi, @Anonymous ;

I think you could create a measure to calculate the percent. then add card visual.

1, create a measure,

%trend = SUM([actual])/SUM([target])-1

2.add card visual.

vyalanwumsft_0-1659419834325.png

3. conditional color about value.

condition = IF([%trend]>0.05,"#D64550",IF([%trend]<0,"green","black"))

vyalanwumsft_1-1659420105028.pngvyalanwumsft_2-1659420115365.png

The final show:

vyalanwumsft_3-1659420137889.png


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yalanwu-msft
Community Support
Community Support

Hi, @Anonymous ;

I think you could create a measure to calculate the percent. then add card visual.

1, create a measure,

%trend = SUM([actual])/SUM([target])-1

2.add card visual.

vyalanwumsft_0-1659419834325.png

3. conditional color about value.

condition = IF([%trend]>0.05,"#D64550",IF([%trend]<0,"green","black"))

vyalanwumsft_1-1659420105028.pngvyalanwumsft_2-1659420115365.png

The final show:

vyalanwumsft_3-1659420137889.png


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

KerKol
Power Participant
Power Participant

KerKol_0-1659273001468.png

Switch distance to goal on then turn Target Label off

Use the conditional formatting formula button to create change colour based on rules or field value

KerKol_1-1659273157069.png

 

 

You may need to create your own KPI Card.

 

I'd recommended using the Matrix Visual - Miguel Myers has some great examples, as does Bas.

How to Power BI - YouTube

If these aren't working for you, you could try SVG measures: KPI Cards with Core Matrix Visual - EXPLORATIONS IN DATA STORYTELLING WITH POWER BI (kerrykolosko.co...

Otehrwise there are other options, such as HTML Content Visual; Deneb; Charticulator; PureViz





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




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.