Forum Discussion
PieroPinzone
3 years agoRegular Visitor
How to exclude filtered items from a top N visualization
Hi guys, as showed in the screen, when i try to filter the top N barcharts by selecting a market in the ring chart, i don't get the desired result. Instead of showing results just from ...
lukiz84
Memorable Member
3 years agoPlease post your measure that includes TOPN.
PieroPinzone
3 years agoRegular Visitor
Massimo di Sales per Region =
MAXX(
KEEPFILTERS(VALUES('Merge2'[Region])),
CALCULATE(SUM('Merge2'[Sales]))