cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

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
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors