Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
GDunn1
Contributor II
Contributor II

Number Format on Formula

Hi, I am trying to convert the output to 0.0M format. It works for other formula but not this one. The output is 0.0, not 0.0M.

num((sum({<monthkey = {">=202401<=202412"}>} Inflow) +sum({<monthkey = {">=202401<=202412"}>} InSpecieTransferIn))/1000000,'#,##0.0M')

Labels (1)
1 Solution

Accepted Solutions
pravinboniface
Creator II
Creator II

@GDunn1 Can you please check if your number formatting property is set to Auto or Measure expression?

pravinboniface_0-1711509453384.png

 

View solution in original post

2 Replies
pravinboniface
Creator II
Creator II

@GDunn1 Can you please check if your number formatting property is set to Auto or Measure expression?

pravinboniface_0-1711509453384.png

 

GDunn1
Contributor II
Contributor II
Author

That fixed it ! Thanks @pravinboniface