This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I am not too sure, but from the sound of your error it is not due to
your date dimension .. it is more due to the fact that your are trying
to include more than 1 dimension in your query. Looker forecasting only
allows for 1 single dimension, here is...
Hello rrli, If the use case is you simply want 1 date filter modifying
different date fields for different tiles .. have you tried modifying
the “Tiles To Update” section of the Edit Filter section? You can create
a generic filter field, or even repu...
Hello Pa1!I believe creating a separate dimension of type date_quarter
is exactly what you are looking for. Something like the following:
dimension: date_qtr { type: date_quarter sql: ${date_raw} ;; }This will
return values in your desired output!
Hello JC, If I understand correctly, I believe this should provide the
solution you are looking for. We can create hidden yesno dimensions that
will filter on our selected dates which will allow us to create filtered
measures where we are filtering f...