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,
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;
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
@rkapukaya , refer this video from guyinacube
https://www.youtube.com/watch?v=tKeaQpWynzg
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
108 | |
73 | |
53 | |
52 | |
44 |
User | Count |
---|---|
161 | |
110 | |
69 | |
58 | |
50 |