Forum Discussion
Power BI Numerics Range Parameter
Hello
My requirement is user should enter BudgetAmount value in report and based on Budget amount values, remaining calculations are driven. so i choose Numeric Range option and so when i enter 600k(600000) as budget, but display values returning 600400.00
how to get exact input value .
- Anonymous2 years ago
Hi refint650 ,
Regarding your question, after you switched the slicer to ' less than or equal ', did it create a measure with the expression in my picture?
Measure = MAX('Parameter'[Parameter])After testing, I cannot reproduce your problem for the time being. If the problem still exists, can you share your .pbix file?
How to provide sample data in the Power BI Forum - Microsoft Fabric Community
Best Regards,
Wenbin Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
4 Replies
- VN999
Resolver I
Check Data Type and Formatting: Ensure that both the parameter and the measure are using the correct data type and format.
- AnonymousNot applicable
- refint650
Helper III
I tried both options setting data type to decimal 2,0 and less than or equal or single value, doesnt work.
- AnonymousNot applicable
Hi refint650 ,
Regarding your question, after you switched the slicer to ' less than or equal ', did it create a measure with the expression in my picture?
Measure = MAX('Parameter'[Parameter])After testing, I cannot reproduce your problem for the time being. If the problem still exists, can you share your .pbix file?
How to provide sample data in the Power BI Forum - Microsoft Fabric Community
Best Regards,
Wenbin Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.