I have a stacked bar chart where there is a field called Category that I would be placing in the Series section so that each category is its own color.
The problem is - when there are no slicers applied, there are about 20 categories, making the chart very difficult to read. Therefore, my ultimate goal is that if no slicer is selected on category, then I would see just one solid bar. But if the user selects, say, just 2-3 slicer items, then I would get the 2-3 "stacks" of the bar to distinguish the categories.
Is this in any way possible using some sort of DAX function...? I'm still new to DAX but was wondering if maybe something with SUMMARIZE would do anything for me in this case?
I can't use macros because this is a chart that will go onto SharePoint.
The problem is - when there are no slicers applied, there are about 20 categories, making the chart very difficult to read. Therefore, my ultimate goal is that if no slicer is selected on category, then I would see just one solid bar. But if the user selects, say, just 2-3 slicer items, then I would get the 2-3 "stacks" of the bar to distinguish the categories.
Is this in any way possible using some sort of DAX function...? I'm still new to DAX but was wondering if maybe something with SUMMARIZE would do anything for me in this case?
I can't use macros because this is a chart that will go onto SharePoint.