Forum Discussion
Measure as Slicer - Workaround?
- 7 years ago
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.
- bo_afk6 years agoPost Patron
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