Forum Discussion
Pat_007
3 years agoFrequent Visitor
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!!
1 Reply
- Mahesh0016Super User
Pat_007 Please refer below link
https://radacad.com/custom-format-fields-and-measures-in-power-bi
Pat_007 THANK YOU!!