Does anyone know if there is a tool in Looker that allows me to group a set of dates and perform aggregate calculations on the values associated with these groups to obtain, for example, differences between periods related to specific topics? For example: the topics in this photo can be set 1 and set but i want do it for many topics.
You can make sets like this with calculated fields! For example:
Set 1: (date_field = DATE(2025,1,10)) OR (date_field = DATE(2025,1,17)) OR (date_field = DATE(2025,2,14))
Then you can add that field as a filter so that users can click “set1” without having to redefine that set.
