Hi Warren
Thanks for the help but i will try to manage with StartWith.
However need your input on another. This one not delegable and i will have issue. For the non delegable filter i used the sort to filter the latest since i wont have an issue if it counting the latest records.
However for this i need to count all the records that are expired. Any idea how to get the correct result. I think there might be in the future more than 2000 and if that is the case, it might yield incorrect result since the one i need might not be the latest. Hope I am clear with my requirement. Is there a way i can get the result using Powerautomate?
"Expired (" & CountRows(Filter(Sort(WiFiAccess,ID,Descending),(ExpiryDate<=Today() && RevokedDate>=DateAdd(Today(),-10,Days))||(ExpiryDate<=Today() && IsBlank(RevokedDate))))&")"
Expiry Date = is the Form expiry date
Revoked Date = access revoked due to request expires
Regards