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 implement a custom connector to get a connection to a special database.
Could you help me with performance issues when using the navigator?
I have built a 2 dimensional navigation table (schemas and tables/views).
But if I click "content" to lock at the schemas the loading time is high (> 2 minutes) and is dependent on the count of schemas and tables.
How can I speed up the loading process in the navigator?
Is it possible to prevent my functions that build the navigation table for each schema from running when click on "content"?
So the content of the navigation table under TEST_HDI_DB_1 is loaded only if the user clicks on this schema.
Or do you have any other ideas how to speed up the loading?
Thank you very much!
Solved! Go to Solution.
Hi @zua
Based on your description, you can consider to optimize your data model. such as
1.remove columns that are not necessary
2.If you have large dataset, you can consider to use Table.Buffer() function to cache the data to improve the performance, you can refer to the following link about the function.
Table.Buffer - PowerQuery M | Microsoft Learn
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @zua
Based on your description, you can consider to optimize your data model. such as
1.remove columns that are not necessary
2.If you have large dataset, you can consider to use Table.Buffer() function to cache the data to improve the performance, you can refer to the following link about the function.
Table.Buffer - PowerQuery M | Microsoft Learn
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 5 | |
| 4 |