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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi
We have a dimension table that we wish to partition but we do not have a good date to use so we are adding a min first transaction date. We are doing this so we can improve our refresh time.
We have included a 24 month rolling window policy.
The join to fact table is one to many.
Now when I refresh I get a duplicate error.
This is because the date must.change and add the same dimension row into 2 partitions. I am expecting the old date to drop out of the table but I think the new data may be added before the old data outside the rolling window is deleted. Could this be true? Is there anyway to delete the old data before adding the new so that I avoid this duplicate ID in the dimension side of the many to one join?
Because the join is one to many
Solved! Go to Solution.
Yes, you can use your tool of choice to refresh individual partitions (including emptying them) in your desired sequence. Can be SSMS, Powershell, etc. Anything that can run XMLA queries.
Yes, you can use your tool of choice to refresh individual partitions (including emptying them) in your desired sequence. Can be SSMS, Powershell, etc. Anything that can run XMLA queries.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
7 | |
5 | |
4 | |
3 |
User | Count |
---|---|
12 | |
11 | |
10 | |
9 | |
8 |