Forum Discussion

dfewkes's avatar
dfewkes
New Member
9 years ago
Solved

Display values in different measurements

I have a number of different types of measurements that I would like to display on the dashboard, such as Feet, MWh, cfs, etc.

 

How can I have Power BI display '2,027 ft.' or 58,481 cfs, or 3,407 MWh?

1 Reply

  • Greg_Deckler's avatar
    Greg_Deckler
    Community Champion
    Measure = CONCATENATE([Some Measure], " ft.")

    Use a card visual.