Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi,
I need advice on how i can struture and combine my 3 tables + a date table.
I have these 3 tables:
Future_Inbound: shows incoming supply of new products
Forecast: shows forecasted demand in quantity of products
Stock_level: shows current stock level of products
Then i have a dax calculated date table.
How would you combine these three tables? Currently i am using a concatenated key between future inbound and forecast, which is: "Country - Product - Date" and then i create a many-to-many relation between inbound and forecast and then i join date to the datetable. But it just feels like the wrong approach.
how would you do it?
Solved! Go to Solution.
Do not join your fact tables directly. Use dimension tables (like the calendar, and a customer list) to control the fact tables.
Do not join your fact tables directly. Use dimension tables (like the calendar, and a customer list) to control the fact tables.
thanks i figured out to do this, maybe i can ask you another question =D
i asked the question here:
https://community.powerbi.com/t5/Desktop/Calculating-stock-level-value-from-last-month-new-demand/m-...
the new data model is like this for the sample:
The filter direction should be single, from the time dimension to the fact tables.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
92 | |
86 | |
85 | |
66 | |
49 |
User | Count |
---|---|
140 | |
113 | |
104 | |
64 | |
60 |