Replies: 1 comment 5 replies
-
|
How is the user interacting with the connector? Via Power BI Desktop / Service? The way we do it is using an optional parameter on the Connector.Contents("function name", optional "functionParams") entrance method. And then how is Contents() passing through to your Web.Contents() method? That part is easy enough. The laptop's off now, but I'm happy to share relevant (generic) snippets tomorrow if necessary! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, wondering if it is possible to capture external parameters based on user's inputs. For instance, let's say we want to enable the user to filter results only for year = 2024, and this would be passed to the composition of the URL (&year=2024). Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions