Current Build: When Creating a row report, you can filter by Column data.
Example:
"Month = 3"
or
"Percent > 75%"
Concept: I want to be able to apply basic Formulas to custom filter data.
Example:
Month =Today(-31)
or
Percent > AVG([Average1]@row, [Average2]@row)
This would reduce the amount of times you would need to create extra sheets to pull specific data.