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
Hi,
I'm building a paginated report on Power BI Report builder using a Dataset from Power Bi Report service as my data source. When I select the values for parameters it throws me the following error:
Specified argument was out of the range of valid values. Parameter name: parameterName
As standalone parameter it works but if I add any other parameter it gives the out of range of valid values message.
Any idea how to fix it.
Thanks in advance
Solved! Go to Solution.
I finally able to find the issue. I think it's a bug but one can easliy fix it mannualy.
Issue: Getting out of range of valid values for multi-select parameters in report builder.
Reason: Power Builder not updating the correct parameter name in queries.
Solution: Manually update the queries whereever the paramter name is used mainly in main query and quries for paramters.
Regards,
Milan
Hi @Anonymous ,
When you select multiple parameters, the selected values exist in the form of a list. Try using an IN clause like max (xxx) in values (xxx).
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Where to put IN clause in filter section or in parameter ?
Thanks,
I finally able to find the issue. I think it's a bug but one can easliy fix it mannualy.
Issue: Getting out of range of valid values for multi-select parameters in report builder.
Reason: Power Builder not updating the correct parameter name in queries.
Solution: Manually update the queries whereever the paramter name is used mainly in main query and quries for paramters.
Regards,
Milan
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 46 | |
| 42 | |
| 26 | |
| 19 |
| User | Count |
|---|---|
| 193 | |
| 124 | |
| 101 | |
| 67 | |
| 49 |