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! Learn more

Reply
Narukkp
Helper V
Helper V

URL Parameters expression for Multi selection parameters in report builder

Hi Team,

 

Below expression is working as expected when parameter having single selection but when parameter selecting multi value it is not working as expected. It is not passing the multi selection values to detail report. Can any one let me know how to pass multiple values to detail report using summary parameter.

 

 

="https://app.powerbi.com/groups/3343f374-5faf-4b28-a156-9f83946a0b5b/reports/c201a30b-6f92-4aa9-bf0b-... eq '" & Parameters!Group.Label(0) & "' and Dim_Corp_Hier/Area eq '" & Parameters!Area.Label(0) & "' and Dim_Corp_Hier/Business_x0020_Unit eq '" & Parameters!BU.Label(0) & "' and Dim_Corp_Hier/Division eq '" & Parameters!Div.Label(0) & "'

and Dim_Corp_Hier/Line_x0020_of_x0020_Business eq '" & Fields!cur_lob_category.Value & "'

and Dim_Sales_Activity_Hier/Report_x0020_Level_x0020_1 eq '" & Fields!lvl_1.Value  & "'

and Dim_Sales_Activity_Hier/Report_x0020_Level_x0020_2 eq '" & Fields!lvl_2.Value  & "'

and Dim_Sales_Activity_Hier/Report_x0020_Level_x0020_3 eq '" & Fields!lvl_3.Value  & "'

and Dim_Sales_Activity_Hier/Report_x0020_Level_x0020_4 eq '" & Fields!lvl_4.Value  & "'

and Dim_Sales_Activity_Hier/Report_x0020_Level_x0020_5 eq '" & Fields!lvl_5.Value  & "'

"

 

1 ACCEPTED SOLUTION

Hi Team,

I got the solution. We need to give expression like 

Dim_Corp_Hier/Cur_Area_Nbr in ('" & Join(Parameters!Area.Value,"','") & "')

View solution in original post

7 REPLIES 7
Anonymous
Not applicable

Hi,

Even I am trying to create a paginated report and trying to pass url parameters from my power BI report. In my case i have about 6 slicers in my Power BI which needs to be passed to my paginated export. Slicers selection could be more than 1 value based upon user selection criteria.

I see that you have already implemented this logic. Can you please share with me your sample pbix and rdl.

Thanks.

amitchandak
Super User
Super User

@Narukkp , please check the in example

https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters#filter-on-more-than-...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi 

@amitchandak in above example they are using hard coded values but in my requirement through multi selection parameter values. 

Hi Team,

Any one having idea about how to pass the parameter selected multivalues from report builder to power bi detail report using url action 

 

Hi Team,

I got the solution. We need to give expression like 

Dim_Corp_Hier/Cur_Area_Nbr in ('" & Join(Parameters!Area.Value,"','") & "')

Anonymous
Not applicable

Hi.
Even I am trying to create a paginated report and trying to pass url parameters from my power BI report. In my case i have about 6 slicers in my Power BI which needs to be passed to my paginated export. Slicers selection could be more than 1 value based upon user selection criteria.

I see that you have already implemented this logic. Can you please share with me your sample pbix and rdl.

Thanks.

@Narukkp , Thanks for sharing. Kudos to you.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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