Forum Discussion
Paginated report with multi valued parameter not working
Hi,
I am trying to pass muliple values in the paginated report, i.e. not multiple parameters.
For instance I am trying see users aged 21, 22, 23, when I am passing 21 it works fine. But when I pass all three values it doesn't work. i.e. it gives blank page.
Any suggesstions are much appreciated.
I have posted it in the ideas Please click here to open .
Regards,
Uday
19 Replies
- Narukkp
Helper V
Hi Team,
I got the solution, We need to give the expression like below
Dim_Corp_Hier/Cur_Area_Nbr in ('" & Join(Parameters!Area.Value,"','") & "')
- v-lid-msft
Community Support
Hi Anonymous ,
Based on my research, We need to set Allow multiple values property for the parameter, please refer to this document: https://docs.microsoft.com/en-us/power-bi/report-builder-parameters#bkmk_Report_Parameters
If you need to Pass a report parameter in a URL , The format for a multi-value parameter is to repeat the parameter name for each value. please refer to the example in this document: https://docs.microsoft.com/en-us/power-bi/report-builder-url-pass-parameters#additional-examples
Best regards,
Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- AnonymousNot applicable
Hi v-lid-msft ,
I have set the parameter to be multi valued and also in the dataset I have set the default to select all the values as showed in the below video.
https://www.youtube.com/watch?v=KYfhclGrI48&t=922s
Regards,
Prime
- v-lid-msft
Community Support
Hi Anonymous ,
How about the result if you repeat the parameter name for each value in a URL?
Best regards,
Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- AnonymousNot applicable
Hi,
i have the same problem but with driver ODBC so i use ? instead of @
And this solution is not working,do u know something?? - AnonymousNot applicable
What was your final solution for power bi dataset?