Forum Discussion
Avery
4 years agoRegular Visitor
URGENT! Custom Table Data Limit
Hello, I've been struggling with getting my custom table visual to display all the data I need: I know the record limit is 30,000, but fetchMoreData is supposed to allow my Typescript logic to op...
V-lianl-msft
4 years agoCommunity Support
Hi Avery ,
Dataview total row count is limited to 1,048,576 rows but In segments aggregation mode(default), dataview memory size is limited to 100 MB.
Therefore, dataview size is expected to grow with each update. For example, if a total of 100,000 rows are expected and the window size is set to 10,000, the first update dataview should include 10,000 rows, the second update dataview should include 20,000 rows, and so on.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.