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
rkapukaya
Helper I
Helper I

Direct Query - Join Date Ranges

Hi,

I work with SCD structured tables in dwh model.  I want to create relation between two tables based on two column.

One of  joins is date range join. 

 

I've searched merging tables yet i have to design report in direct query mode. I couldn't manage to create these relation type.

 

pls note: i don't want to create calc. measure to achive date range relation.

 

Here is my data and my sql script;

rkapukaya_0-1614014459135.png

 

 

SELECT
XX.StoreNo,
XX.StoreName,
XX.StoreGroup,
S.SalesDate,
S.StoreSales
FROM Store S
LEFT JOIN StoreSales XX
ON S.StoreNo = XX.StoreNo
AND S.SalesDate BETWEEN XX.BeginDate AND XX.EndDate

2 REPLIES 2
amitchandak
Super User
Super User

@amitchandak , 

 

i dont have surrogate key on my table. Just begindate and endate columns. 

 

at video, table has srg key so it is easily to join with tables.

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.