Forum Discussion
Narukkp
5 years agoHelper 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 selecti...
- 5 years ago
Hi Team,
I got the solution. We need to give expression like
Dim_Corp_Hier/Cur_Area_Nbr in ('" & Join(Parameters!Area.Value,"','") & "')
Narukkp
5 years agoHelper V
Hi Team,
I got the solution. We need to give expression like
Dim_Corp_Hier/Cur_Area_Nbr in ('" & Join(Parameters!Area.Value,"','") & "')
Anonymous
5 years agoNot 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.