Forum Discussion
jusTiz
2 years agoNew Member
Developement of a Custom Connector UI
Hey,
I am currently writing on a Power BI custom connector with the Power Query SDK. All the connector does is ask the user for specific inputs and then gets Web.Contents from an API specified by those parameters. All of that is working and now I am working on cleaning up the UI when connecting. How do I implement those radiobuttons inside of the UI so it is not as overwhelming from the beginning?
2 Replies
- Greg_DecklerCommunity Champion
jusTiz I haven't found a way to do anything complex like that with a custom connector.
- jusTizNew Member
Okay, I guess the UI is staying unorganized for now.
Thanks for the anwser.