Forum Discussion
Create Single Value Slicer
- 1 year ago
hello Anonymous
i might be misunderstood, but i think you can do this by using "between" slicer if you only want to show all value in between.
your users can set the number they want at those minimum and maximum boxes in slicer visual.
combining with Sahir_Maharaj 's DAX, you can show min or max value of the selection for interactive visual.
Hope this will help.
Thank you.
Hi Sahir_Maharaj , yes it will get the minimum and maximum value. however, i would need the SINGLE value slicer input.
- For example, if a user sets:
- Min Value = 10
- Max Value = 50
- The dataset will only show records where the metric (probability_val) falls within 10 to 50.
hello Anonymous
i might be misunderstood, but i think you can do this by using "between" slicer if you only want to show all value in between.
your users can set the number they want at those minimum and maximum boxes in slicer visual.
combining with Sahir_Maharaj 's DAX, you can show min or max value of the selection for interactive visual.
Hope this will help.
Thank you.