Forum Discussion
rdg515
Resolver I
7 years agoBug with paramater with 2 decimal places - Single Value selection
When creating a Parameter with two decimal places, then creating a slicer from it, if you select the option to display the slicer as a Single Value, then type in a value it will overwrite that value ...
- 7 years ago
Disregard, I can see that this is a limitation as explained by the following post. A notification is provided explaining that there are too many parameter values.
mustafaasiroglu
Microsoft Employee
4 years agoI also faced with this annoying behavior and found a workaround. Just wanted to share here wishing it helps others.
After creating what-if parameter, change slicer type to "greater than" or "between" instead of "single value". And then, change default measure formula to MIN(parametercolumn) instead of SELECTEDVALUE(paramentercolumn,0).
Lastly, you can hide slider handle using format pane and hide second input box by resizing the visual.
Done: End user experience is same and we have full list of values available!