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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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)
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
7 | |
5 | |
4 | |
3 |