Hi Team,
Was wondering if someone could help.
I have a Powerapp Canvas app which records the number of IT Tickets raised by employees.
I have 2 dropdown lists - 1. One which filters on Department Names and 2. which filters on team names in the department.
e.g. Dropdown1 (Department Names ) - Department A, Department B
Dropdown2 (Team Names) - Team A, Team B, Team C, Team D
I have a label next to the 2 dropdowns. The label counts the number of tickets raised.
I need the label to COUNT the number of tickets raised AS DEPENDING ON THE DROPDOWNS SELECTED.
I.e. If on the first dropdown Department A is selected then it would show ALL Tickets related to Department A.
If user then Department A and then Team A - it will show total number of tickets raised ONLY for Team A.
I have had a go but the formula is only works when Dropdown 2 is selected.
CountRows(Filter('TicketsRaised', ('Team Level'.Value=Dropdown2.Selected.Value)))
I need it work so if Dropdown1 is selected and Dropdown2 is blank() (ie not selected) show all tickets at Dropdown1.