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

60 days of Data Days Carousel

Data Days 2026

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