Hi all, I am trying to create a chart from a Sharepoint List with over 8000 records with the following query
AddColumns(GroupBy(Filter(Surveillance_1,'Surveillance Year'=2024,Compliance="No"),Site, Grouped),Count, CountRows(Grouped)),Count,",")
I would like to check if this filter is delegable as the below is the chart I get which has a total of more than 2000 rows (what I have set as my data row limit) but at the same time does not contain all the records in my Sharepoint list.