This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hey guys,
do you have maybe an idea for a workaround, how a measure could be used as a Slicer?
I created a measure called "New MaxStatusas Number 3" that is changing based on the timeline Slicer (values 0,1,2).
I would like to create a Slicer, based on this measure, so that I can filter based on (0,1,2). However, I cannot put the measure as slicer.
I uploaded the data to OneDrive as well, here is the link:
https://1drv.ms/u/s!Ah2VGOQRBzRVhi-vYXzSW8c8QdVA
Any help would be greatly appreciated!
Many thanks,
Adam
Solved! Go to Solution.
Hi @Anonymous
Create the new table as below
create the measure
Measure = IF([new MaxStatusas Number 3]=SELECTEDVALUE(Table1[number]),1,0)
add measure in the visual level filter
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
Create the new table as below
create the measure
Measure = IF([new MaxStatusas Number 3]=SELECTEDVALUE(Table1[number]),1,0)
add measure in the visual level filter
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Do you always need to select a filter value for results to appear? I have a similar scenario and created this measure slicer as suggested by you. But when no slicer selection is made, my results are empty. Is it possible to have it such that when no selection is made, it defaults to everything being selected?
Thanks!
afk
Hi @Anonymous
workaround 1:
add ""New MaxStatusas Number 3" in the Visual level filter, select 0/1/2 in the filter
workaround 2:
1.create a table (enter data), don't connect to any table
2 create a measure
Measure = IF([new MaxStatusas Number 3]=SELECTEDVALUE(Table1[slicer]),1,0)
3.add measure in the visual level filter, select "1"
add Table1[slicer] in the slicer
This only support single selection.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hey @v-juanli-msft,
many thanks for your fast reply!
I really like your second workaround proposal! Would it be possible to show "green", "red", "yellow" instead of the 0,1,2 in the slicer?
I tried to create a new table and rewrite the measure, unfortunately without success...
I would really appreciate your help!
Many thanks,
Adam
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 26 | |
| 22 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 48 | |
| 46 | |
| 41 | |
| 21 | |
| 18 |