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 all,
One visual has line and bar values. There is one slicer.
Is it possible in Power BI that when I change the slicer value, bar values remains constant while line value gets changed.
Please let me knoe if there is any such kind of solution possible.
Thanks in advance!!
@Anonymous @Anonymous
Solved! Go to Solution.
Mate, with a correct design everything is possible. That should go without saying.
The easier way to do this is to create a measure for the bars that is insensitive to the selections in the slicer. There might be other options but all depends on how your model is built and what relationships there are in there.
Best
Darek
To be clear, like @Anonymous said, you may define measures,
MeasureofLine = Calculate( Sum( 'LineTable'[Column]) )
MeasureofBar = Calculate( Sum( 'BarTable'[Column]), ALL( 'SlicerTable' ) )
-- or depend on your dashboard design you may use ALL( 'SlicerTable'[SlicerColumn] )
-- it will be good to have look at ALLSELECTED and ALLEXCEPT
Mate, with a correct design everything is possible. That should go without saying.
The easier way to do this is to create a measure for the bars that is insensitive to the selections in the slicer. There might be other options but all depends on how your model is built and what relationships there are in there.
Best
Darek
Yeah, I have tried it the same way and it gets resolved.
Still Thanks!! 🙂
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 |
---|---|
13 | |
11 | |
9 | |
8 | |
8 |