Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
ldwf
Helper V
Helper V

Why does multi-value parameter only return maximum value selected

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? 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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...

Add a multi-value parameter to a paginated report - Microsoft Report Builder & Power BI Report Build...

SSRS Using Multi-value Parameters

Select the option "Allow multiple values"Select the option "Allow multiple values"

=Parameters!parametername.Value

Remove the "(0)" from the expression of parameterRemove the "(0)" from the expression of parameter

Best Regards

View solution in original post

1 REPLY 1
Anonymous
Not applicable

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...

Add a multi-value parameter to a paginated report - Microsoft Report Builder & Power BI Report Build...

SSRS Using Multi-value Parameters

Select the option "Allow multiple values"Select the option "Allow multiple values"

=Parameters!parametername.Value

Remove the "(0)" from the expression of parameterRemove the "(0)" from the expression of parameter

Best Regards

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors