Forum Discussion
Tejasvi_munge
6 years agoFrequent Visitor
Thousand separator using DAX
Hi Team,
Suppose, I have value - 234384.
And I need formatting like 2,34,384 not 234,384 using DAX as I am using it in dynamic formatting measure.
Thank You.
- Anonymous6 years ago
So you want commas placed at specific points in the value? Will it be the same point everytime? For that number you could write a Concatante() function using Left() Middle() and Right()
5 Replies
- AnonymousNot applicable
So you want commas placed at specific points in the value? Will it be the same point everytime? For that number you could write a Concatante() function using Left() Middle() and Right()
- Tejasvi_mungeFrequent Visitor
No, everytime there will be different values
- AnonymousNot applicable
Do you want to be placing them in a consistent location in the value?
- tex628Community Champion
I'm guessing that you are OK with having the values in text format?