Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Team,
I am working on a project. The project is almost completed except that I am stuck at getting the user input for large values.
The detailed explanation of the problem-
I created a new parameter with Minimum=1, Maximum=5000(large value), Increment=1 for the user input. Now when the user enters a value as 4500, the value automatically changes into some other number like 4495(random number).
I created another parameter with Maximum value=50. At that time I faced no issues. The user input was read correctly.
I googled about this issue. Other users have aslo faced similar issue. I tried the solution mentioned in the blog. It did not work.
Link- Other users also faced same issue
Kindly look into the issue and let me know how to get user input for large values.
Thank You in advance!