Forum Discussion

Ritesh_Air's avatar
Ritesh_Air
Post Patron
5 years ago
Solved

Paginated Report - multiple parameter via DAX query

Hello, I am using DAX generated from PowerBI report (using Performance Analyzer) and using it in Paginated report. When the parameter has multiple values, the query doesn't understand it and returns ...
  • Ritesh_Air's avatar
    Ritesh_Air
    5 years ago

    Ahhhh...the solution was pretty easy. Putting it out here, in case, anyone runs into the same issue.

     

    =Join(Parameters!GrowerGroup.Value,"|")

     

    Thanks,

    RK