Forum Discussion
PB76
2 years agoRegular Visitor
Data Model - Consolidating Multiple Fact Tables
I am somewhat new to power BI and am building a data model that uses multiple fact tables and would like your best practices to maximize resource efficiency of the model. The data model is compos...
- 2 years ago
PB76 , In such case we usually append all tables (Usually we do not append date table, but possible to do so).
All Tables need to have a company id. Now if you want to do a full exercise in power query, you need to add an index column in the dimension tables table, then merge and populate the ID back
You can refer: https://youtu.be/vHuhbvYCiNc
amitchandak
2 years agoSuper User
PB76 , In such case we usually append all tables (Usually we do not append date table, but possible to do so).
All Tables need to have a company id. Now if you want to do a full exercise in power query, you need to add an index column in the dimension tables table, then merge and populate the ID back
You can refer: https://youtu.be/vHuhbvYCiNc