Forum Discussion
Cascading Parameters in Power BI Custom Connectors
Hello everyone,
I have just started digging into building a Power BI custom connector using Power Query SDK. I have found some samples on GitHub and got a basic idea of how I can create one.
Now, I am facing one issue where I need to implement the cascaded parameters where I want my end users to select entity type first, and then based on the selected type I want them to select one entity.
What I'm planning is, I want to provide two dropdowns to the end-users - one for Entity Type and another for Entities of the selected Entity Type.
Can anyone help me out with this?
Thank you in advance.
6 Replies
- v-kelly-msftCommunity Support
Hi Anonymous ,
Check whether below blog meet your requirement:
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
- AnonymousNot applicable
Hi v-kelly-msft,
Thanks for your help. But I'm sorry this is not something that I am looking for. I'm looking for making parameters cascaded just like we do in web applications for state and city dropdown.
- v-kelly-msftCommunity Support
Hi Anonymous ,
Using report builder would be a good choice for you:
https://docs.microsoft.com/en-us/power-bi/guidance/paginated-report-cascading-parameter
Best Regards,
KellyDid I answer your question? Mark my post as a solution!