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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I built a calculator in Power BI Desktop that has a dozen or so What If parameters. The following table and measure was automatically created using the What If dialog box.
Parameter A = GENERATESERIES(0, 10000, 1)
Parameter A Value = SELECTEDVALUE('Parameter A'[Parameter A], 1000)
The issue I am having is that when a user updates the value in the filter's numeric input box and hits "enter," the value changes. For example, the user types 5,000 in the box, hits "enter," and then the value changes to 4,995. Entering 10,000 changes to 9,990. This happens with percentages as well. Entering 0.11 gets changed to 0.10999999999999999. Is there a way to turn off any kind of sampling that may be occuring in the background?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.