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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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.

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.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.