Thomas Karbe
11/07/2024, 5:39 PMFactA
and FactB
. Both of them have their own Date attribute DateA
and DateB
(to be more specific, one is on a daily granularity, the other one is one a monthly granularity).
Now I have an insight grouped by DateB
(monthly), and I want to show a metric that is built on top of FactA
under the condition that DateA
(monthly) = DateB
(monthly). I tried multiple combinations of BY
and WHERE
, but I cannot manage to make the metric appear. Any hints?Thomas Karbe
11/07/2024, 5:40 PMIvana Gasparekova
11/08/2024, 8:23 PM