March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi Team,
I have a simple model of orders and date table. The orders table contain open date as well as commitment date.
I do not manage to calculate and show in Slicers the Week Offset of Open Date and Commitment date using userelationship.
My model looks like this
And what I want to achieve is the Week Offset of Commitment Date
Any help is highly appriciated.
Stay save
Thanks a lot
Andreas
Solved! Go to Solution.
Dear Amitchandak,
you made my day. This it was I was looking for.
Thank you so much.
Andreas
@AnSchmi , Here you need two date tables or you need calculate offset in the table.
Or create calculated columns in your table f order
column 1 =
maxx(filter('D calendar', 'f order'[commitment date] = 'D calendar'[Date]), 'D calendar' [Week offset])
column 2 =
maxx(filter('D calendar', 'f order'[Order date] = 'D calendar'[Date]), 'D calendar' [Week offset])
Dear Amitchandak,
you made my day. This it was I was looking for.
Thank you so much.
Andreas
By Week Offset of Commitment Date, do you mean the difference betweens todays week and the week of Commitment date?
Can you include your DAX for both 'CurWeek Offset' and the 'Week Offset Date.Commitment'
Dear Nickolajj,
thanks a lot for your immediate response.
Amitchandak already presented the solution by adding two columns to the fact table.
There is no DAX code, because Week Offset is taken from Calendar table.
Have a nice day.
Best Regards
Andreas
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
146 | |
97 | |
79 | |
69 |