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
Hello.
I have the following problem:
2 tables:
- "Dates": a date table with 3 columns: Date (calendar dates); inferiordate (calendar date - 2 days + 16h); superiordate (calendar date - 1 day + 15h59);
correcteddate: (
if weekday of superiordate = saturday; adds 3 days to superiordate;
if weekday of superiordate = sunday; adds 2 days to superiordate;
if weekday of superiordate = monday; adds 1 days to superiordate;
if weekday of superiordate = friday; adds 3 days to superiordate;
else; adds 1 days to superiordate;
This means that the correctedate will have duplicate dates.
Then, I have other table with production data and with "End of assignment" timestamp.
I want to do the following:
If [end of assignment] is between inferiordate and superiordate, assume correcteddate.
The problem is that I can't create relationships between the tables because I have repeteated dates.
Any help?
Thanks.
Solved! Go to Solution.
Move you logic from the date table to your measures.
Move you logic from the date table to your measures.
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 |
---|---|
24 | |
21 | |
17 | |
14 | |
10 |
User | Count |
---|---|
42 | |
35 | |
25 | |
23 | |
23 |