This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi,
We are developing a custom connector to fetch data from REST API. Our REST API is capable of handling complex queries generated from Power BI. For our connector we would like to enable direct query capabilities. we would like to know how we can delegate the queries generated by Power BI to our REST API via custom connector.
One of the option we found is using Table.View to implement query folding. We learnt that we need to implement different handlers for Table.View, but we are not sure which all handlers to implement and how? Specifically GetExpression and OnInvoke() handlers.
How we will get queries generated by Power BI and how should we implement this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.