Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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
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.
| User | Count |
|---|---|
| 51 | |
| 41 | |
| 32 | |
| 15 | |
| 13 |
| User | Count |
|---|---|
| 84 | |
| 72 | |
| 37 | |
| 27 | |
| 24 |