Dear All,
I'm having issues understanding why my measure (from one fact table) disappears from analysis when i include a non measure from another fact table.
Consider following
I've 1 dimension table (Agent) and 2 fact tables (Agent_Target and Agent_Vehicles) with following columns
Agent: Agent_Id, Agent_Name
Agent_Target: Agent_Id, Target_Amount, Target_Start_Date, Target_End_Date
Agent_Vehicle: Agent_Id, Vehicle_Name, Registration_Number, Assignment_Date
On physical layer, they are all joined by column Agent_Id. While on Business layer, both lookup from Agent table. So Agent becomes a conformed dimension.
Agent
/ \
/ \
/ \
Agent Target Agent_Vehicles
I published this to my presentation layer.
Now when i drag Agent_Name and Target_Amount, it works perfectly. But when i add Vehicle_Name in this analysis, Target_Amount disappears.
Can anyone please tell me how can i make it work?
Thanks.