Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.