
Announcements
Canvas App
No Table or Gallery
Label.text = Sum of Count column
This unfortunately is not the right formula.
Sum(Filter('The DB',Value(Count.Text)>=0),Count)
In your example:
The syntax for for the formula Sum appears correct. It would be Sum (Table, Column) or Sum(Table, Function).
However, the syntax of your filter, and the column you're trying to sum appears (possibly) to be incorrect.