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
garythomannCoGC
1 year agoImpactful Individual