Forum Discussion
Rahul66303
8 years agoFrequent Visitor
How to join to Calculated table.
Hi, Need help on below scenario : I have two calculated tables : CoverageTable ServiceOffering ServiceLine Capability BusinessCapabilities CoverageValue ServiceOffering1 Ser...
- Anonymous8 years ago
Anonymous
8 years agoNot applicable
Hi Rahul66303,
You can create one. Create a column key in both the tables
Key = ServiceOffering & ServiceLine & Capability & BusinessCapabilities
Now create a column Baseline in the first table
Baseline = Lookup(Table2[Baseline], Table2[Key], Table1[Key])
Let me know if this does not work.
Anonymous
8 years agoNot applicable