Forum Discussion
Ritesh_Air
Post Patron
5 years agoPaginated report - Cascading list - coming blank
Hi, I have a question on Cascading list in Paginated report. When I select 1 Program Group, in this case "172 East" or "172 Blann" , I get correct list of Growers associated with that Program ...
- 5 years ago
Hi Ritesh_Air ,
Try to modify your code to
FILTER(VALUES('Enrolled Grower'[Program_Group_Name]),OR(@GowerGroup ="All",PATHCONTAINS(@GowerGroup,'Enrolled Grower'[Program_Group_Name])))Please refer to the similar post: https://community.powerbi.com/t5/Desktop/Paginated-report-with-multi-valued-parameter-not-working/td-p/848762
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
v-deddai1-msft
Community Support
5 years agoHi Ritesh_Air ,
Try to modify your code to
FILTER(VALUES('Enrolled Grower'[Program_Group_Name]),OR(@GowerGroup ="All",PATHCONTAINS(@GowerGroup,'Enrolled Grower'[Program_Group_Name])))
Please refer to the similar post: https://community.powerbi.com/t5/Desktop/Paginated-report-with-multi-valued-parameter-not-working/td-p/848762
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai