Forum Discussion
Regarding Display unit format
- 7 years ago
hi, manishbeniwal
If you could use a measure to get it.
for example:
Create a measure with conditional divide 1000, then use this measure
Measure (Number in Thousands) = CALCULATE(SUM(Table1[Value]))/1000
Result:
Best Regards,
Lin
Hi,
Your question is not clear. What exact result are you expecting?
- manishbeniwal7 years agoFrequent Visitor
Once i select display unit "Thousand" then in my table i don't want to show "K" but the number unit should be in thousand conversion.
Regards
- amback007 years agoNew Member
Try setting the "Display Unit" to "None". Then select the Field on the right-hand side, select "Modeling" at the top and change the decimal precision out to the number of places needed.
- manishbeniwal7 years agoFrequent Visitor
I want that number in table should be converted in unit like 27958 should comes as 28 not 28K after changing the display unit to "Thousands". I dont want to show "K" or "M" after display unit change.
and then i will chagne the number column heading (Number in Thousands) for reference.
Thanks