Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi All,
I have Star Schema with 3 Dimensions Table (D1,D2,D3) and 1 Fact (F1).
Out of 3 dimension table D3 is a slowly changing Dimension.
D1,D2 Join with F1 is a straight forward.
D3 Join with F1 as follows
F1.ID = D3.ID AND
F1.Date >= D3.Start_Date AND
F1.Date <= D3.End_Date
Please help how to handle this SCD Type2 Join in Power BI.
Regards,
Suman.
Solved! Go to Solution.