Forum Discussion
Clustered Bar Chart - issue with Data Label Value format
In the chart that I've mentioned in the Subject line, I can't change the way number is diplaying.
For example, I need 3,287 (with comma) and it only diplays 3287. I can do Decimal places alright t: 3287.00, but this is not what I need.
Any cluses how to fix it?
I recommend creating a measure for getting count and then you can enable the comma feature.
Using the actual column and changing the aggregation to count won't show the value with comma.
Please see the screenshot attahed for reference. I have highlighted from where you can enable comma for the selected measure. Also the DAX for the measure is highlighted in screenshot.
Hope this helps !!
Please mark it as accepted if the solution was appropriate.
Thanks
1 Reply
- JIGARResolver IV
I recommend creating a measure for getting count and then you can enable the comma feature.
Using the actual column and changing the aggregation to count won't show the value with comma.
Please see the screenshot attahed for reference. I have highlighted from where you can enable comma for the selected measure. Also the DAX for the measure is highlighted in screenshot.
Hope this helps !!
Please mark it as accepted if the solution was appropriate.
Thanks