Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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.
Solved! Go to Solution.
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.
3. conditional color about value.
condition = IF([%trend]>0.05,"#D64550",IF([%trend]<0,"green","black"))
The final show:
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.
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.
3. conditional color about value.
condition = IF([%trend]>0.05,"#D64550",IF([%trend]<0,"green","black"))
The final show:
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.
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
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.
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
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
119 | |
116 | |
72 | |
64 | |
46 |