Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello everyone!
I have those 5 tables linked:
What I would like now to calculate is this:
How would you do that?
hello @joshua1990
if your archive table has every order number then i would create a distinct table using the order number from archive table. in power query you could merge the sales and booked table to it and then you will see orders that have a $0 value for booked and or sales
or you could create a calculated table of disitinct order numbers and then add columns for each table
I would do it in power query and can show you how if you want to send some sample data over 🙂
Hi again @joshua1990
Your relationships are certainly not correct. Are you sure you want to have 1-to-1 in your model? I would strongly advise against such a design.
Sry, that true. This is just an issue with the sample data.
The relations are:
Calendar - Sales (One to Many)
Calendar - Archive (One to Many)
Bookings - Sales Master (Many to One)
Archive - Sales Master (Many to One)
Attribute - Sales Master (One to Many)