Forum Discussion

BIbeginner's avatar
BIbeginner
Frequent Visitor
8 years ago
Solved

Convert Amount K to Million

Hi All,   Help me to convert the amount $K to Millions in DAX/PowerBI.     Thanks    
  • Anonymous's avatar
    Anonymous
    8 years ago

    BIbeginner,

    You can create column using DAX below.

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



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


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

    Regards,
    Lydia