Forum Discussion
Paginated Report - multiple parameter via DAX query
- 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 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.
Hi, I already found the solution to my previous post about the default "Select All".
I put the screenshots below
in case there is someone who has the same question and can help you.
Maybe there is a better way to do it but I don't know.