Hello,
i have a canvas app which i have placed
- a text box to filter
- a dataTable with the following formula in "item":
SortByColumns(Filter(List_Name_A, StartsWith(VendorColumn , FilterBox.Text)),"Invoice_Date",Descending)
- i have added a "Label" box and i want to get the Sum of the column "Invoices Amount" but what is fitered each time. Any help with the formula?
thank you