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 moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi!
I'm trying to build a custom data connector to the data source through it's API. The problem is that I don't know exactly how many tables are there, what are their names etc. So I need to see all the tables when I connect to the API. With OData.Feed you have it by default, but with Web.Contents I have to use Table.ToNavigationTable function. But to use it I have to create a table with a required structure. What I don't understand is how to create this structure without knowing names of the tables. And if one day new table is added, how to get it automatically? Any ideas, links?
Solved! Go to Solution.
If you don't have a list of tables, simply add a text field in the connector for the user to manually type it in. Then just skip the navigation table and return the requested table.
If you don't have a list of tables, simply add a text field in the connector for the user to manually type it in. Then just skip the navigation table and return the requested table.
Thank you! So, in general, there is no way to get all the tables without knowing them in advance.
Hi @Igorpole ,
In other words, when you use the Web.Contents connect to the API, there is no navigation bar as follows?
This is because the API returns data in JSON format, so there is no navigation bar.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi! To be precise there is no navigation table in the case of Web.Contents as there is no metadata returned as in the case of OData. Feed.
Check out the April 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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |