Forum Discussion
DingbatData
5 years agoAdvocate I
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...
- Anonymous5 years ago
HI DingbatData,
It seem like a custom formatting string issue that I already reported, you can take a look at the following link if it is similar to your scenario.
Possible bug with chart y axis custom number formatting
Regards,Xiaoxin Sheng
DingbatData
5 years agoAdvocate I
Hi Shen Anonymous , Thanks for raising the bug, yes seems to be the same issue. I was acutally able to solve my particular issue by putting the comma last i.e #,0k, I cannot solve the issue by Ben Norris (OP in the link you gave) using this work around as having a decimal stops this work around from working.