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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
BIbeginner
Frequent Visitor

Convert Amount K to Million

Hi All,

 

Help me to convert the amount $K to Millions in DAX/PowerBI.

 

 

Thanks

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@BIbeginner,

You can create column using DAX below.

Column = FORMAT ( Table[Amount], "#,##0,,M" )

1.JPG

Alternatively, you can directly create visuals using Amount column, then change the display unit to Million.
2.JPG

If the above steps don't help, please share sample data of your amount column.

Regards,
Lydia

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

@BIbeginner,

You can create column using DAX below.

Column = FORMAT ( Table[Amount], "#,##0,,M" )

1.JPG

Alternatively, you can directly create visuals using Amount column, then change the display unit to Million.
2.JPG

If the above steps don't help, please share sample data of your amount column.

Regards,
Lydia

Anonymous
Not applicable

Hi there, 

 

the figures in my table are actually all k euro. So what I'm looking for is essentially the numerical value of say 4,123 in my table to be potrayed as 4.1M euro instead of how power BI is reading it as a literal 4.1k euro. I don't blame it, but I'm looking for a way around this by custom formatting my data manually. since the 4,123 in my table is a figure represented as k euro. Can anyone please help me ? Thanks. 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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