Forum Discussion
DAX
So I created a measure and values are like below
I want Include thousands separator how do this
Hi Anonymous ,
You could try formatting like below:-
Measure = FORMAT([value]),"$#0,000,00")Thanks,
Samarth
5 Replies
- Samarth_18Community Champion
Hi Anonymous ,
You could try formatting like below:-
Measure = FORMAT([value]),"$#0,000,00")Thanks,
Samarth
- Pragati11Super User
HI Anonymous ,
I see you already have a thousand separator to your measure value with currency symbol.
Can you elaborate more on what you want?
- AnonymousNot applicable
I want to show separator after every 3 digits
- AnonymousNot applicable
So I want to show like this $10,716,286
- v-yalanwu-msftCommunity Support
Hi, Anonymous ;
You just have to choose the measure. Then change its format by clicking ", "and" $", as shown below
The final output is shown below:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.