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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Custom Connector Navigation Tables

I have created a Power BI custom connector. This one works almost perfectly. However, with large dataset it is an issue when previewing and refreshing data in Navigator. It takes a long to view the different tables I am fetching through my API call. Is there any way to prevent all tables from loading at once? Or at least limit the amount of rows in the preview?

 

In my example below, I only have a few tables, but it takes about 1-2 minutes to open up this window...

 

Screenshot 2021-07-05 145248.png

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous. I'm having an issue with getting navigation while fetching data from an API. I have received the following response from the API:

{
    "id""5Fx1eNBLqS1qYr7W4g9Hrq",
    "name""SS 2",
    "slug""ss-2",
    "folder_id""43025175-64a2-4a35-bd25-542372319194",
    "created_at""2023-04-20T09:11:07.817Z",
    "pages": [
        {
            "id""d37ccf47-7848-4d31-89b9-736473c971af",
            "name""Page1",
            "slug""page1",
            "created_at""2023-04-20T09:11:07.822Z",
            "tables": [
                {
                    "id""0cc92988-4d17-4bf9-aa21-7b5a3f71b78b",
                    "name""Table1",
                    "slug""table1",
                    "created_at""2023-04-20T09:11:07.824Z"
                }
            ]
        }
    ]
}

I want to display the table list as navigation items, and use each table ID to show the corresponding table when each item is clicked.

can you please help me

Anonymous
Not applicable

Hi @Anonymous ,

Please try to unselected the option(Only selected items and Enable data previews) and check whether it can reduce the loading time:

yingyinr_0-1626071256360.png

Best Regards

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.