Forum Discussion

petrbroz's avatar
petrbroz
New Member
1 year ago
Solved

Functions in Navigation Tables for Power BI Custom Connector

Hi everyone,   I'm building a custom data connector for Power BI, trying to expose a navigation table with a couple of functions, following this specific code sample: https://github.com/microsoft/D...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi petrbroz ,

    Yes, this is the expected behavior when a function in a custom connector does not require any parameters. When you click the function in the navigation pane, Power BI will display a message indicating that no parameter values are specified because the function does not need any input from the user. This is a standard message to show that there are no parameters to pass for the function when you invoke it. 

    Best Regards