Forum Discussion

ezFlow's avatar
ezFlow
Frequent Visitor
4 years ago
Solved

Measure Calculations - Getting the total as a number separated by "'," for thousands (without the K)

My measure formula is:  Total Inspected = Sum('Outgoing Inspections'[No.  Inspected]) The output  is 384.34K I want to display the entire number which is 384,378 Playing around with the , and Whol...
  • rsbin's avatar
    4 years ago

    ezFlow 

    In the Format menu, make sure Display Units is set to None.

    That should do the trick.