Forum Discussion
MrMarshall
Helper II
7 years agoFilter and grouping problems on Pie chart
The goal is to concatinate Group 300 and 400 in the Pie chart to the left so it becomes one "999" group. The data is simple in my example: Group Value Year 100 100000 2018 10...
ryan_mayu
Super User
7 years ago
I created a measure for this. Please try this to see if this works. Thanks
Measure = if(SUM(Sheet16[value])>200000,SELECTEDVALUE(Sheet16[Group]),999)
MrMarshall
Helper II
7 years agoThx for reply ryan_may!
The problem is that I cannot use the the measure as a Legend in the Pie chart.
- ryan_mayu7 years ago
Super User