Forum Discussion
NewPBIe
Helper II
3 years agoBar chart loose some bars while filtering
Hallo everybody,
I've got a Bar chart to show count of 6 different categories.
If I select a filter, the visual will only show the bars with some data on it.
I need to keep the bars also if they are empty.
Show elements without data doesn't work, since is shows a seventh bar that i dont need.
1 Reply
- AnonymousNot applicable
Hi NewPBIe .
Does it work to simply add + 0 with your count or sum measure. I.ESum('Table'[Count]) + 0If not, please provide sample file.Thanks!