Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
manishbeniwal
Frequent Visitor

Regarding Display unit format

Hi Team,

Once we select Display unit as Thousands or Millions and other format. It bydefalt show "K" or "M" as per the unit.

But is there a way we can remove this "K" or "M" from the number and it should be in Thousands or Millions according to display unit selection.

remove format.JPG

Manish

 

 

1 ACCEPTED SOLUTION

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:

14.JPG

 

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
Ashish_Mathur
Super User
Super User

Hi,

Your question is not clear.  What exact result are you expecting?


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

remove format1.JPGOnce 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

 

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.

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

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:

14.JPG

 

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors