Forum Discussion
Anonymous
2 years agoNot 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 cou...
lbendlin
2 years agoSuper 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
2 years agoNot 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