Hello Experts,
I am having difficulty to calculate a value.
My data set has a Fact table for Sales and SalesAgreement table with price.
I have a UnitPrice measure in Fact table.
I want to calculate the difference between this measure and Price in the SalesAgreement table.
I created a concatenated column relationship between these tables because.Concatenated column is made of 4 columns called Customer,item,type and site.
I ended up doing everything at the SQL data base level to keep it going and deliver it.
I have created columns in a view out of both tables and used those columns in measure.
Looks good now.