Forum Discussion
tehseennawaz
3 years agoNew Member
Powerbi Incremental refresh duplication key issue
My powerbi report is connected to sql database. I had implemented incremental refresh with following configuration. = Table.SelectRows(Navigation, each [LastAccessTime] >= RangeStart and [LastAccess...
sergej_og
Super User
3 years agoHey tehseennawaz ,
I think I know what you are facing.
Does the value of your column "LastAccessTime" change?
It sounds like the content is changing.
Am I correct in my assumption?
If yes, then this is the reason for the message.
I have already played through such scenarios several times.