Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

if a date is between 2 dates

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.

1 ACCEPTED SOLUTION
JW_van_Holst
Resolver IV
Resolver IV

Move you logic from the date table to your measures.

View solution in original post

1 REPLY 1
JW_van_Holst
Resolver IV
Resolver IV

Move you logic from the date table to your measures.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.