Forum Discussion
Stacked chart - Show all Y axis value
- 5 years ago
Thank you for your follow up. I have just solved the problem by adding an extra table with all categories for each type of order in my report and then I created a measure with a filter on the type of order to avoid using the filter on the visual. That worked just fine 🙂
If that doesn't works , please create a calculated column or measure and use that.
Use the below DAX to convert the blank cells to 0.
Please accept this as solution if works and leave a like.
Regards,
Manikumar
Hello Manikumar,
I don't have any blank cells in the categories data.
Could I get those results because of the filters I'm using ? It does show category "=0" when there is 0 lines, but not the other ones..
Thank you,
- manikumar345 years ago
Solution Sage
FannyZ ,
Are you using the slicer which is on Y-Axis of the chart??
If so it will happen, to do not filter the data with the slicer on this chart stop interactions from View>Edit Interactions
If possible can you share the slicer screenshot with the slicer and chart?
If you think this is helpful please Accept as Solution and leave a like.
Regards,
Manikunar
- FannyZ5 years agoFrequent Visitor
Thank you for your follow up. I have just solved the problem by adding an extra table with all categories for each type of order in my report and then I created a measure with a filter on the type of order to avoid using the filter on the visual. That worked just fine 🙂