Forum Discussion
Ritesh_Air
Post Patron
5 years agoPaginated 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 ...
- 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
Ritesh_Air
Post Patron
5 years agomimara79
5 years agoRegular Visitor
Ritesh_Air thank you very much for answering and for the captures.
Perfect, now it works correctly!
Now I am trying to configure the filter so that the value "Select all" appears by default but it does not work with what I am putting.
I know that if I put all the values that exist in the "Viajante" field as seen in the screenshot below it works correctly but there are many values and I would like to know if there is any other way to do it and not have to put all the values.
I don't know if you or someone can help me with this.
Thank you very much again.