Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Igorpole
Helper I
Helper I

100% Dynamic Navigation table with Web.Contents()

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?

1 ACCEPTED SOLUTION
artemus
Microsoft Employee
Microsoft Employee

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.

View solution in original post

4 REPLIES 4
artemus
Microsoft Employee
Microsoft Employee

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.

v-lionel-msft
Community Support
Community Support

Hi @Igorpole ,

 

In other words, when you use the Web.Contents connect to the  API, there is no navigation bar as follows?

v-lionel-msft_0-1617600485444.png

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. 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.