Forum Discussion
Parameter 4+ digits not working?
- 4 years ago
It doesn't do for me because I want it as a password and I can't have a bar for 10000 numbers. What I found was that if I make it 5 digit then on the generated measure put MAX(Table[Column]) and on the slicer I put less or equal, it works just fine...
Thanks for the help.
Hi floressdiego
It's because of the range being too big and the numbers are being sampled. If you use Parameter = GENERATESERIES(0, 999, 1), it works fine.
To get around this behavior, you can use Slicer, or just drag the scrollbar to specific position.
I also find a similar post, please check if it can help, https://community.powerbi.com/t5/Desktop/What-if-parameter-help-input-changes-by-itself-after-hitting/td-p/254170
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
It doesn't do for me because I want it as a password and I can't have a bar for 10000 numbers. What I found was that if I make it 5 digit then on the generated measure put MAX(Table[Column]) and on the slicer I put less or equal, it works just fine...
Thanks for the help.