Forum Discussion
Join columns from different tables in the data model
You may create linkback table, step by step instruction is here https://www.sqlbi.com/articles/linkback-tables-in-powerpivot-for-excel-2013/
- Nima MohandesanMar 20, 2020Copper Contributor
SergeiBaklan Thank you, it seems like since this has been written things have moved around. I couldn't find the Table connection as it starts the instruction with.
- SergeiBaklanMar 20, 2020Diamond Contributor
You may have query which added data to data mode. In general any query works which loads something to data model. You may select it from the list and add to resulting table desired DAX expression.
- Nima MohandesanMar 21, 2020Copper Contributor
So I was able to flatten the data via a new query that pulls from my Fact and Dim tables. then I used the linked table to bring that table into the data model for DAX. But since this new table is not part of the data model is just hanging there in the model. Would that be ok? What would work better? SergeiBaklan