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
loicr
4 years agoFrequent Visitor
Hi RK,
It seems that you were able to pass a parameter in a query generated from Power BI.
Could you explain how you did? When I'm trying, I get some errors message and it seems it was not a problem for you.
Best,