Hi All,
I've been out of powerapps for a little while and struggling to get my head back into some of the formulas.
I've got a label, that countsrows within a SP list and displays the results, based on some criteria:
CountRows(Filter(Tickets, Department.Value = "VALUE" && TicketStatus.Value = "On Hold"))
But for this formula, I need to add:
1) for records 30 days or more (based on the date they were created)
2) if no record's found, I need to display a 0 (zero)
Any help - much appreciated.