Forum Discussion
Incorrect legend values with bar chart
Hello everyone
I´m having issues with a stacked bar chart, the query of my data looks something like this:
The table has no relationships other than a date table, I checked without it and I had the same issue.
| Date | Zone | Value |
| Jun 2020 | A | 1000 |
| Feb | C | 1500 |
| May 2020 | E | 2000 |
| Jul 2020 | N | 3000 |
| Feb 2020 | S | 1000 |
So that way the chart shows for each month the amount of money spent on each zone, the problem is that is only showing values of C (as you can see in the graph). I checked and the amount shown in the bars and they are correct for C.
Any help would be greatly appreciated.
Thanks in advance
Edit: Needless to say but I have no filters
Anonymous what are the values for other zones, if the values are too small compared to "C" zone, it might have a very small bar, although that is very less likely but I want to throw it there.
2 Replies
- amitchandak
Super User
Anonymous , Check the filter pane some filter has saved after drill.
Can you share sample pbix after removing sensitive data.
- parry2k
Super User
Anonymous what are the values for other zones, if the values are too small compared to "C" zone, it might have a very small bar, although that is very less likely but I want to throw it there.