Skip to main content

Hi there,

I have my first data source name A which is the excel file and have the "spend" column inside,

then I have my second data source (database) named B which had a blending relationship with an excel file named C, and we are taking spend from the C file but the rest of the measures from B

 

I want to make a calculation field and call it "Overall Spend" and then bring both Spends from different sources there!

IF [media] = "Search" THEN "Spend" <<<<<<<<<<<< From File A

ELSEIF [Media] = "Display" THEN [file C].[Spend]

END

 

for both Media is coming from file B

 

is there any way to do it?

 

Thank you!

1 answer
0/9000