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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
v-yuezhe-msft
Employee
Employee

@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

Community Support Team _ Lydia Zhang
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

2 REPLIES 2
v-yuezhe-msft
Employee
Employee

@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

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.