Forum Discussion

james-f's avatar
james-f
Frequent Visitor
10 years ago
Solved

Cannot get numbers to format with commas

I'm starting to learn Power BI to gauge it's possible used for my company. I've been looking around and find tutorials to understand some of the inner workings. Current I'm following the tutorial her...
  • Vvelarde's avatar
    10 years ago

    hi james-f

     

    Select the measure or the field --Go to Modeling and applied the format that you want.

     

     

  • Vvelarde's avatar
    Vvelarde
    10 years ago

    Is a bug format to PBI; to solve this create a measure

     

    Count-Amount= Count(Amount)

     

    and use this in a card  and format.

     

    VV