Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
I have implemented Incremental refresh on a Power BI report by using Parameterized Filtering on dates, after publishing the report it get refreshed fine first time but when ever I am trying refresh it again its showing me following duplication error with different tables, even though there no duplication present in Actual tables. This is the error I get:
Column '<"Column Name">' in Table '>"Table Name">' contains a duplicate value '<Value>' and this is not allowed for columns on the one side of a many-to-one relationship or for columns that are used as the primary key of a table.
can someone help me out.
Solved! Go to Solution.
This generally happens due to cardinality issues, try to fix that and see what table or column error refers to? This generally guides you to the right direction.
This generally happens due to cardinality issues, try to fix that and see what table or column error refers to? This generally guides you to the right direction.
Remember that RangeStart must be inclusive and RangeEnd must be exclusive
RangeStart <= <"Column Name"> < RangeEnd
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.