Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Setup Incremental refresh on Many to Many relationship table

Hi All,

 

I have model where relationship between DIM & FACT is Many to Many , I have used bridge table to reslove m:m issue converting it to M:1:M , but i had to bring all the columns from FACT to bridge table and hidden the original fact table , because users were getting report errors  when they pulls column from DIM & FACT and they are not using aggregation in report to resolve the issue.

 

Bridge table is huge and need to implement incremental refresh but i am getting below error.  

Problem: Refresh fails because of duplicate values

Cause: Post dates have changed

Is it not possible to implement incremental refresh on m:m table , though we use bridge table.

 

Thanks in Advance.

  • Anonymous's avatar
    Anonymous
    2 years ago

    amitchandak  But the below statement from Microsoft docs contradicts with incremental refresh works for many to many , because it expects to have unique values in 1 side of the table , which mean many to many will always fails the above condition.

     

     

5 Replies