-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SL-783] Coalesce nulls in MF #759
Comments
Why should we build this?It’s common for an analyst to want to join a metric to a time-spine table and show a zero value instead of null even if there are no values for that time period. This is useful for performing further calculations on the metric or to carry values forward for reporting. For example, say I have the following MRR data:
Who are we building this for?
What are we building?
|
Quick note after reading through the excellent examples in #764 - if the user selects zero substitution we need to pay careful attention to our join logic, as inner vs outer joins can have radically different behavior. The time spine is an answer for missing values against metric_time, but broader dimension value joins can still filter out input rows inappropriately if there's an inner join and an expectation of zero substitution. |
@bettiolo.damore said:
From SyncLinear.com | SL-783
The text was updated successfully, but these errors were encountered: