Forum Discussion
Anonymous
4 years agoNot applicable
Use measure as filter
Hi everyone! I'm trying to filter a table by a value that is stored in a measure. I'm not being able to do it. Is it even possible? For example: I want to show in a visualization just the acc...
- 4 years ago
Hi Anonymous ,
Measure cannot be used as a slicer, but a similar effect can be achieved in other ways:
Switch = SWITCH ( SELECTEDVALUE ( Table_2[Date] ), DATE ( 2022, 01, 01 ), [Measure1], DATE ( 2022, 01, 02 ), [Measure2], DATE ( 2022, 01, 03 ), [Measure3] )If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Syndicate_Admin
2 years agoAdministrator
I used the mentioned formula and it came out, but I have a detail. Is that the option is for single selection, but if I want to select several options of the filter, would there be way? I looked for other alternatives, but I was not given.