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.
Is there some kind of way to find the selections a user made in a slicer?
Example:
User selected for instance here LBE1 and LBE2.
But he/she also could have selected LBE3 and LBE4 or LBE1 and LBE4 etc. (every combination)
SELECTEDVALUE does not work because it is not 1 selection.
Is there a way to reference both these selections separately?
So not like a concatenate make one "sentence" of what is selected.
More like, selected value1 = LBE1 and selected value2 = LBE2
Based on the output I want to make a measure subtracting the measure belonging to value1 one with the measure belonging to value2.
chiclet slicer
search in the more visual it will become a slicer based on the item selection.
Thanks @nerdyplayer but my slicer was/is a chiclet slicer....
The problem is that I need the result of the buttons that where selected in the chiclet slicer.
I do not need to make a slicer, the slicer is not the problem.