Forum Discussion

atul9063's avatar
atul9063
Icon for Helper III rankHelper III
7 years ago
Solved

Format function not showing Million Value to Decimal Point

Hi ,

 

I have to display Value 71,672,885 as 71.6M and i m using below DAX

 

IF(Metric[EU]>=1000000,FORMAT(Metric[EU],"#,##0.0,,M")
But its showing value as 71,672,885.0 M .let me know what i m missing in above dax dunction.
 
Note: Above function working perfectly in excel.