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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
SowjanyaB
Frequent Visitor

Use Multivalue parameter in an expression in Paginated Report

Hi,

 

We are using the SQL Query in an expression to pass parameter value. How can I pass multiple values using a parameter and the values are text. 

 

Thanks,

Sowjanya

3 REPLIES 3
Anonymous
Not applicable

Hi @SowjanyaB ,

 

You can add a parameter to a paginated report that allows the user to select more than one value for the parameter.

There's an official document about this. Please kindly refer to

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

Also, you can pass multiple parameter values to the report within the report URL. For more information, see Pass a report parameter within a URL.

For information on how to pass multiple parameter values to a stored procedure, see Work with multi-select parameters for SQL Server Reporting Service Reports on mssqltips.com.

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

I am using the entire SQL query in Query Type -> Text -> expression as i see a limitation passing parameters in Querry Type -> Text for DB2 database.

ajohnso2
Super User
Super User

Are you are asking how to pass multi value parameter values into a 'SQL' expression (from within Paginated Reports)?

 

If so you can simply wrap your parameter expression in join syntax.

 

- Join(Parameters!<Your Param Name>.Value, ",") -- this effectively creates a row of comma seperated values

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors