Forum Discussion
Numeric range slicer from measure
Hi all
Does anyone know how to do this with a measure (or a disconnected table with all values of 0-100 in)?
https://docs.microsoft.com/en-us/power-bi/desktop-slicer-numeric-range
Thanks!
9 Replies
- AlBCommunity Champion
Hi Anonymous
It is explained on the link you provide. What is it exactly that you do not understand or is not working?
- AnonymousNot applicable
Hi AlB
Well it says this CANNOT be done with a measure as the slicer. So is there a way TO do it, like with a disconnected table, or perhaps a summerized table?
Thanks
- v-lili6-msftCommunity Support
hi, Anonymous
Measure can't be drag into a slicer in power bi, measure itself is dynamic, This will lead to a circular dependency.
and you could create a relationship between the summarized table with basic table, then you could drag the field in the summarized table into a slicer, and it will affect the basic table too.
Best Regards,
Lin