Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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 |
---|---|
11 | |
9 | |
6 | |
5 | |
4 |