I am trying to do a sum in PowerApps using my connected SharePoint list.
SharePoint List Column Name Month Number = MonthNo
PowerApps Textbox listing month number is named = CurrentMonthNo formula is Month(now())
SharePoint List is called Payments
SharePoint List Column to Sum is TotalValue
I want to Sum the values on my list subject to the month Number
my formula in the textbox is: Sum(Filter(Payments, MonthNo = CurrentMonthNo),TotalValue)
Im getting no value, help!