Forum Discussion

owenbolick's avatar
owenbolick
Regular Visitor
1 year ago
Solved

Data Refresh issues with Appended Tables

Hello,   I am getting this error when I try to refresh data in one of my reports. It normally does this right when I load it, but the next time it will work. I am pretty confused on it. I was...
  • freginier's avatar
    1 year ago

    Hello

    You're hitting a data combination issue caused by mixing DirectQuery and Import tables in appended queries. To fix it, avoid referencing DirectQuery tables in Import queries, or switch everything to Import mode if possible. You can also do the appends upstream (e.g., in SQL or a Dataflow).

    freginier