Hey guys, been having a hard time finding answers.
I have a datatable on my powerapps and i just want the sum of the amount based on 2 columns - ID code and Month which should be the same as the current month.
- i dont know how to write or code the sumifs
- and use Month on the column (date) to match the current date
This is the formula i made:
If(IsBlank(TextInput3_Searchbox)," ",1000-Sum(Filter('Employee Discount | Discount Data', TextInput3_Searchbox.Text= 'Employee Code'&& Month('Transaction Date') = Month(Today()),Discount)
HELP!!!!!!!!!!