Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
I have a Paginated Report that connects to a dataset in the cloud. It has several parameters, and one of the parameters works fine if it is designed to select one value. I change the parameter properties to allow multi-selecting. When I run the report I am able to select multiple values, but the report only brings back the maximum value selected in the dropdown. The list is alphabetical, so it returns the highest value selected in alphabetical order. I did add a filter so that it searches where the value is 'in' the parameter (vs '='), but that doesn't make a difference. Any ideas how to resolve this?
Solved! Go to Solution.
Hi @ldwf ,
Please review the content in the following blog and check if there is something missing when you create and configure the multi-value parameter...
SSRS Using Multi-value Parameters
Select the option "Allow multiple values"
=Parameters!parametername.Value
Remove the "(0)" from the expression of parameter
Best Regards
Hi @ldwf ,
Please review the content in the following blog and check if there is something missing when you create and configure the multi-value parameter...
SSRS Using Multi-value Parameters
Select the option "Allow multiple values"
=Parameters!parametername.Value
Remove the "(0)" from the expression of parameter
Best Regards
| User | Count |
|---|---|
| 24 | |
| 22 | |
| 22 | |
| 21 | |
| 13 |
| User | Count |
|---|---|
| 66 | |
| 56 | |
| 45 | |
| 44 | |
| 30 |