@Renee Daignault1. Thanks for the clarification
2. Let me see if I can clarify more. I have a table A, which I join with table B. Now, I have another table C which I want to further join with the combined output of A and B. Since I joined table A with B, I would assume table A now contains the joined data of A and B. However, when I add table A as an existing source to by table C, it only considers the original table A columns (the ones before the join), whereas my expectation is it should take the final joined A and B. Let me know if this is clear.
The reason for joining 3-4 tables is a requirement that we have to create a table/report in Apptio for a team, because the source data resides in Apptio, and it is always up to date.
I have achieved this using the LOOKUP() formula as joins didn't help at all. Using lookup is hectic when you have 15-20 columns from other table. I would have preferred a join in such cases.
#TBMStudio