Hey, I am new to Metabase and have been looking into the support articles. I want to do a time series comparison and have looked at this help article: https://www.metabase.com/learn/questions/time-series-comparisons to create a custom expression that will allow me to build a question that compares data over multiple years. When I follow the example, metabase says: Expecting expression but found function SumIf returning aggregation
The expression is as follows: SumIf([Amount], between([GiftDateUtc], "2021-01-01", "2021-12-31"))
@flamber thank you so much! yes, I was putting the "expression" in a column section instead of the right spot. Thank you for pointing that out. I am definitely learning and missed that small detail!
@thomas.pedot You are trying to aggregate on a filter. Either use the expression in the Summarize section, or just have the between expression in the Filter section.