This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hello,
I am currently developing a custom connector.
Is it possible to create a selection field like the "Count" in the Hello World Sample Connector:
In this selection field, however, should the selection values be generated dynamically.
Specifically, the possible values should result from a result of a NativeQuery from a database and, for example, map the schemas of a database.
Is it also possible to create several selection fields and make their results dependent on each other?
For example, I want to select a schema in the first field and a table that exists in this schema in the next step.
Thank you very much!
Solved! Go to Solution.
@tanito In the sample, the record is hard coded but there is no reason why you shouldn't be able to make this dynamic but I will have to test. As long as you bring the data back as a record (single field). Documentation.AllowedValues = {1, 2, 3} <-- this is an ad-hoc record
For the second part, making them dependent on one another, I don't think that is possible given what they have exposed via the UI, which is very basic. It might be better to instead build the hierachy as part of the Navigator dialog if possible.
@tanito In the sample, the record is hard coded but there is no reason why you shouldn't be able to make this dynamic but I will have to test. As long as you bring the data back as a record (single field). Documentation.AllowedValues = {1, 2, 3} <-- this is an ad-hoc record
For the second part, making them dependent on one another, I don't think that is possible given what they have exposed via the UI, which is very basic. It might be better to instead build the hierachy as part of the Navigator dialog if possible.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.