Forum Discussion
alks_skla_f
1 year agoHelper II
Column chart doesn't show information correctly
Hello, I want to show sum of quantity by item category. I have item_cat on x-axis and sum of quantity on y-axis. When I hover bar over, I can see that quantity is correct. Instead of taking sum of qu...
- 1 year ago
Hi,
Share the download link of the PBI file.
techies
1 year agoSuper User
Hi alks_skla_f please check this
PercentOfTotal =
DIVIDE(
SUM('Sheet5'[quantity]),
CALCULATE(SUM('Sheet5'[quantity]), ALL('Sheet5'))
)
alks_skla_f
1 year agoHelper II
please, see my answer above, this solution doesn't work for me