Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi Folks,
I am trying to connect to a database in import mode and fetching records. I am checking if we can implement incremental load functionality.
For this purpose I need a quick table count of loaded tables every 2 hours. Kindly guide me if there is any quick way to get table count and store it for testing purpose.
Here is the workflow I am planning for my incremental load testing.
This will confirm that my next run has fetched only 1 K records.
It will be great if you can suggest a better approach confirm my incremental loads
Hmm, maybe the REST API?
https://docs.microsoft.com/en-us/rest/api/power-bi/admin
Just to add to this, if you get your dataset, it has a definition for tables and a method in tables for getting rows in a table.
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/getdatasetbyid