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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
Anonymous
Not applicable

Kusto Direct Query - Pagination

Hello,

 

I have a need to display millions of records using Kusto connected by Direct Query. Is there a way to implement pagination - where each page makes a kusto call to get restricted record count? Thanks for your help and much appreciate your time

3 REPLIES 3
Anonymous
Not applicable

Hi @Anonymous ,

I have some suggestions for you:

1.Use the take operator:
Take operator allows you to retrieve a specified number of rows from the query results. It is useful for interactively viewing a small sample of rows.

2.Stored query results:
Kusto supports storing query results in tables. You can use this feature for paging

Below is the official link will help you:

take operator - Azure Data Explorer & Real-Time Analytics | Microsoft Learn

Stored query results - Azure Data Explorer & Real-Time Analytics | Microsoft Learn

Best Regards,

Xianda Tang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

lbendlin
Super User
Super User

The maximum number of records you can display anywhere in Power BI is about 5000.  There are physiological limits.

 

Why would you need pagination if you have a Direct Query connection? Your visual DAX queries should fold back into KQL.

Anonymous
Not applicable

it is more of a make shift report. the objective is to use as search--thus relying on durect query cause it is telemetry data (real time would be good for the users). Going back to the Q---the need is to fold it into paginated KQL

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon & SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.