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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors