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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is 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
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

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