Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Show % value from data source with % in card visual

 

Hi

I have data with 50% and I want to show it in card ?

 

Thank

  • Anonymous's avatar
    Anonymous
    5 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

  • Anonymous's avatar
    Anonymous
    Not 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.

  • 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

  • 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?