Forum Discussion
Anonymous
3 years agoNot applicable
Get Max Bin Value via Measure based on Filter
Hi All, I struggle a lot with the following. I can visualize a bar plot based on one binned table column and a measure that distributes its values over the bins. This looks as follows. Now I woul...
- Anonymous3 years ago
Hi v-yanjiang-msft ,
I came up with a good solution for my problem:
MAXX(FILTER(SUMMARIZE(data, data[Values (bins)], "Measure Bins", data[Values (Measure)]), [Measure Bins] >= 13),[Values (bins)])
The issue was that I needed to group the Measure Values to the binned Values first...
Anonymous
3 years agoNot applicable
So in this case I think I would need a preprocessed table to filter from that has already these Bar-plot like values cummulated...
v-yanjiang-msft
Community Support
3 years agoHi Anonymous ,
If you want to take the slicer into consideration, replace ALL with ALLSELECTED. Or if you want to keep the filter with a specific column. use ALLEXCEPT function.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.