Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi
I want the stacked colomun charts to show only TOPN values when NOT FILTERED by other charts or Slicers.
But when its filtered by other charts or slicers, I want the chart to show the filtered values in stacked colomun chart. Any help on how to resolve this on DAX?
I don't know which filters / slicers you have, but maybe you can try to catch the selectedvalue. I mean, imagine you have a date filter:
var dateSelected= SELECTEDVALUE(Calendar[Date])
return IF(dateSelected="", TOPN, measure)
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
8 | |
7 |