Avatar

Level 1

Thanks for your responce

For this purpose assume I had no data populated in Adobe from March 2nd and to 7th & data stoped at 4pm March 1st

I can get the zero data to populate

I planed created a calculated metric for each day & add to the primary KPI

The day for which I have partial data works fineie March 1st here I'm adding a static number to the existing visits to get a total

BUT in trying to get  the first day I had no data the following gets close

IF(logic_test,value_ifTrue, value_if False)

     Logical_test

     EQUAL(metric_X,Metric_Y) -"Metric 1=Metric2"

     Metric X =Segment (Pages of interest) Metric = Visits

     Metric Y= Static Value 0

Value if True

     Static Value = 1111

Value if Falce

     Orginal Calculated Metric

This leaves the non missing data intact but populates all March 2nd to march 7th of missing data as 1111

Wraping any portion of the above in March 2nd changes nothing -in fact if I wrap the whole function in March 2nd ALL data populates as 1111 even non mising data days