Hi good lookers,
I’m wondering if it’s possible to have a visualisation which aggregates the results of a query? My table is deliberately quite granular as I then filter results at a granular level, but then I would like to present the overall no. of these results by day.
More specifically, if I have a table like:
Date, domain, domain type, domain seller, impressions, conversions
(& for this table I am filtering to impressions>100,000, conversions=0 in order to flag badly performing domains)
Can I then ‘aggregate’ this table’s results using a visualisation, just showing ‘date’ on the x-axis and ‘impressions’ on the y-axis? (To present ‘no. of impressions from badly performing domains by day’)
Thanks in advance to anyone who can help!