Forum Discussion
DHB
Helper V
4 years agoSorting a Stacked Bar Chart with Switch Measures
I have a stacked bar chart which displays data using two different measures (Head Count and EFTSL) and I can flip from one to the other using a switch in a Chiclet slicer. In the chart I...
- 4 years ago
DHB , Have you tried Switch using field parameters? And check if that suites to your requirements better
amitchandak
Super User
4 years agoDHB , Have you tried Switch using field parameters? And check if that suites to your requirements better
DHB
Helper V
4 years agoIn the end using Count instead of DistinctCount fixed it for me. I think the distinct count was a problem once I threw a legend into the chart. Without the legend either type of count was fine. Thanks for the new method of switching - it's much easier than what I had been doing before. I'll definitely be using that in future.