Forum Discussion
RobX
Advocate I
5 years agoMultiply with Multiple Where Clause
My model contains 3 tables that are related to each other. Relationship is "Table Cost to Table Lead on Source" and "Table Lead to Table Sale on Lead". I need to be able to create a measure that...
MattAllington
Community Champion
5 years agoHow much data will you have? Frankly I think everything would be easier if you simply merge the data in Power Query prior to load. You can merge the cost and lead table with 2 joins (date and source) and then extract the relevant cost into the lead table. I would then merge the sale date into the lead table too. Then the DAX is easy
- RobX5 years ago
Advocate I
Matt,
I was hoping to avoid merging the tables.
Prey costs would coincide with the sale date so I'd have to bring the source column into the sales table and then merge that way, which isn't ideal since I lost the ability to project costs out to the leads.