Datasource : sharepoint List
I would like to display a number of records that having few condition such as :-
1. Pending Request (Total)
2. Records with Active status (total)
current formula for button is :-
CountRows(
Filter(
'Employee',
Status = "Active" && ('Approval Status' = "Approved" || 'Approval Status' = "Pending")
)
)
Question :
1. How can i display records as it will have more than 2000 rows and i need this total to be counted and display on first screen for my application canvas thanks. i am new here