Forum Discussion
Parameters
- 1 year ago
Hi mofu1401 - Yes, this behavior is due to the way numeric range parameters work in Power BI. When you set an increment value, Power BI distributes the range evenly based on that increment. However, the issue arises when Power BI internally determines an increment that doesn’t align exactly with your expected values. That’s why you're seeing adjustments like 1797 instead of 1800.
alternatively you can create a input method, by creating a Disconnected Table that contains a list of values users can select from.This works well if the number of choices is reasonable.
HOpe this helps.
Hi mofu1401 - Yes, this behavior is due to the way numeric range parameters work in Power BI. When you set an increment value, Power BI distributes the range evenly based on that increment. However, the issue arises when Power BI internally determines an increment that doesn’t align exactly with your expected values. That’s why you're seeing adjustments like 1797 instead of 1800.
alternatively you can create a input method, by creating a Disconnected Table that contains a list of values users can select from.This works well if the number of choices is reasonable.
HOpe this helps.