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 Team,
Any kind of help is really appriciated for the issue raised here.
I am using a measure into slicer and it is working absolutely fine for single selection. But when i changed the slicer to multiple option selected, and i started to choose more than one option in slicer, it is showing all the value of that table. It is not showing as per my selection. For example i have a column having work time filled per user month wise. I have created a measure to bring the range in this. Image is shown below for the selected input range. Here it is of single selection and working fine. But my organisation asked me to bring multiple selection option at a time. Please help how can i bring this!
if i will bring this into multiple selection, here the issue i a facing highlighted in yellow below.Though i have selected to show only <4 and 4 to 6 hours range but it is showing all.
Please advice how can i bring this! Thanks in advance for your quick support.
Regards,
Sagar
Solved! Go to Solution.
Please try the following:
1) Create the following measure "Control" to identify whether a row should be included in the slicer selection.
NOTES:
- In the code above, 'Slicer' is the name of the disconnected slicer table.
- 'Slicer'[Option] is the name of the column for selectable options.
2) Test the Control measure. It appears to be working in each scenario.
Here are a few examples.
3) After successful testing, use the "Control" measure in a filter on the table visual.
Hope this is helpful to you.
Regards,
Nathan
Please try the following:
1) Create the following measure "Control" to identify whether a row should be included in the slicer selection.
NOTES:
- In the code above, 'Slicer' is the name of the disconnected slicer table.
- 'Slicer'[Option] is the name of the column for selectable options.
2) Test the Control measure. It appears to be working in each scenario.
Here are a few examples.
3) After successful testing, use the "Control" measure in a filter on the table visual.
Hope this is helpful to you.
Regards,
Nathan
Hi @WinterMist ,
Aboslutely fantastic. Really what i was looking for. You saved my day. Thanks a lot for your quick support.
Regards,
Sagar
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
12 | |
10 | |
10 | |
6 |