Doug Creighton
09/19/2024, 7:15 PMSELECT IFNULL(
(SELECT COUNT({dataset/call_topic})
WHERE {label/feedback} = "Thumbs Down"
and {fact/feedback_shown} = 1)
,
0)Michael Ullock
09/19/2024, 9:48 PMSIDD Login and Cases, you have introduced a more complex join, which is impacting other parts of the LDM. Even if some metrics (like the one in your call_topic table) don’t directly reference Logins or Cases, it might still check the integrity of the entire model, especially when those tables are used in the underlying LDM.
You can learn more about this topic here:
https://www.gooddata.com/docs/cloud/model-data/evolve-your-model/monitor-model-changes/