Forum Discussion

DingbatData's avatar
DingbatData
Advocate I
5 years ago
Solved

Format string issue - Number in thousands

Let's say I have a measure Measure = 123456789   In a table visual, with only that measure, If I use custom format string of: #,0 I get 123,456,789 (which I expect) #,0, I get 123,457 (which I e...