Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

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

  • 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's avatar
    v-lid-msft
    Icon for Community Support rankCommunity 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.

      • v-lid-msft's avatar
        v-lid-msft
        Icon for Community Support rankCommunity 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.

  • Anonymous's avatar
    Anonymous
    Not 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??

  • Anonymous's avatar
    Anonymous
    Not applicable

    What was your final solution for power bi dataset?