Hi gurus,
i would like to ask a guidance to solve my problem, i have 3 fact column (SR, Baseline, and Traffic) and 2 dimension column (application ID and time),
the goal is, i would like to compare Traffic & SR from a certain date with baseline value (baseline value is just traffic value) from certain date (shown below)

for the prompt i have baseline date using presentation variable called @{pDate_base} and actual date using variable @{pDate_compare} , the problem is the analyses won't work when 2 of the prompt filled, it can only work if one of the prompt filled so the other value would be aggregated. this is formula used in analyses:
Baseline: FILTER("F Recharge"."Traffic" USING("D Time"."Datex"=@{pDate_base}))
Traffic: FILTER("F Recharge"."Traffic" USING("D Time"."Datex"=@{pDate_compare}))
SR: FILTER("F Recharge Summary"."SR" USING("D Time"."Datex"=@{pDate_compare}))
any guidance for this case?
thanks gurus,
Galih