I have this current formula, which works fine.
Sum(Filter('Approved Requests RF',Employee = User().FullName),'Total Number of Hours')&" hours"
I need to change the source to 'Leave Requests RF', change Employee to Employee Name and add in a new criteria of Status = "Approved". I have tried this, but it doesnt work. Any help?
Sum(Filter('Leave Requests RF',Employee Name = User().FullName && Status = "Approved"),'Total Number of Hours')&" hours"