Forum Discussion
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)
- MrMarshall7 years ago
Helper II
Thx 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