Forum Discussion
Show % value from data source with % in card visual
Hi
I have data with 50% and I want to show it in card ?
Thank
- Anonymous5 years ago
Anonymous
I guess this 1 is a rounded value, try just change the column to percentage format.Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
3 Replies
- AnonymousNot applicable
Anonymous
I guess this 1 is a rounded value, try just change the column to percentage format.Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly. - PhilipTreacy
Super User
Hi Anonymous
Not sure what you re currently doing to get 1 displayed, but try changing the Aggregation on the Field from Sum to Minimum (or Maximum)
Failing that you might need a measure like
_Val = MIN('Table'[7.0.Utilisation])In both cases set the column Data Type to Decimal Number and Format to Percentage
Regards
Phil
- Carmichael
Advocate III
Could this simply be due to formatting of the value in the card? Maybe just check the formatting pane in the visual and make sure its set right?