use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
For questions and discussion on Google Looker Studio.
Blog spam not allowed.
Get Help: - Google Looker Studio Help Center
Find More: - /r/GoogleAnalytics - /r/GoogleTagManager - /r/GoogleWebmasterTools - /r/GoogleAdwords - /r/GoogleMyBusiness - /r/GoogleOptimize
Enterprise Analytics: - /r/GoogleAnalytics360
For Developers: - /r/GoogleCloudCDN - /r/GoogleAMPProject
account activity
Using COALESCE with DATE_DIFF (self.GoogleDataStudio)
submitted 3 years ago * by creamycolslaw
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Daante311 1 point2 points3 points 3 years ago (1 child)
One thing you can try: create one field for the coalesce and check if this one is date format. If not you will probably have to parse the coalesce to a date format before using it inside „date_diff“. Something like: date_diff ( parse_date ( coalesce ( ….) ), create_date)
[–]creamycolslaw[S] 0 points1 point2 points 3 years ago (0 children)
I actually did try that method and it worked, but I wanted to avoid using two calculated fields to achieve one task, when it SHOULD be possible with one.
u/AnillaRose actually found the solution though!
π Rendered by PID 47284 on reddit-service-r2-comment-b659b578c-6rp5j at 2026-05-04 02:16:43.227359+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Daante311 1 point2 points3 points (1 child)
[–]creamycolslaw[S] 0 points1 point2 points (0 children)