Forum Discussion
Ritesh_Air
5 years agoPost Patron
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 ...
- 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
5 years agoPost Patron
Ahhhh...the solution was pretty easy. Putting it out here, in case, anyone runs into the same issue.
=Join(Parameters!GrowerGroup.Value,"|")
Thanks,
RK
NielsDW
5 years agoFrequent Visitor
Hi Ritesh_Air,
Can you please elaborate where did you fill in this "Join(Parameters!GrowerGroup.value, "|").
I am running into the same issue regarding filtering parameter values in my table. When I select a single value, it returns the correct list. When I select multiple values, a blank list is returned.
Thanks in advance!