Forum Discussion
Use measure result as filter
- 4 years ago
Hi, Anno2019
Please try the following steps:
1.Enter a new table ’Slicer‘ as below and apply it to slicer:
2. create a filter measure
filter = IF('Table'[Multiple Fruits] in VALUES(Slicer[Multiple Fruits]),1,0)3. drag this measure to table visual filter pane
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anno2019 , To me it seems like you need bucketing of a measure
I have done some work here
Dynamic Segmentation Bucketing Binning
https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-Segmentation-Bucketing-Binning/m-p/1387187#M626
Dynamic Segmentation, Bucketing or Binning: https://youtu.be/CuczXPj0N-k
Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ
- Anno20194 years ago
Helper IV
https://www.dropbox.com/s/0vtwucvl7po94et/Filter%20on%20dynamic%20measure.pbix?dl=0
I took the time to put this in a pbix file.
Hope the above link works. I need to be able to use the [Multiple Fruits] as a filter.
- v-easonf-msft4 years ago
Community Support
Hi, Anno2019
Please try the following steps:
1.Enter a new table ’Slicer‘ as below and apply it to slicer:
2. create a filter measure
filter = IF('Table'[Multiple Fruits] in VALUES(Slicer[Multiple Fruits]),1,0)3. drag this measure to table visual filter pane
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- Syndicate_Admin2 years ago
Administrator
It works perfect thank you very much! It's just what I was needing to do.