Forum Discussion

Pat_007's avatar
Pat_007
Frequent Visitor
3 years ago

Custom format measure Sales

Hi,

 

I need to use a specific format to show values in millions: i.e 25 M$. The systeme propose 25M $. I created this measure:

 

FORMAT([Total_sales], "#,##0,,") & " M$"
 
It work well for Card visual but not for other visual like Bar or Pie chart. Nothing showing up when I use this measure. 
 
Do you know how fix that? Thanks!!