Forum Discussion

zahlenschubser's avatar
3 years ago
Solved

Weird error with refreshing combined tables

I have a rather strange issue with one of my combined tables when refreshing the dataset.   The first time I'm refreshing the data (usually in the morning) I am getting an access / references error...
  • zahlenschubser's avatar
    zahlenschubser
    3 years ago

    I managed to solve the issue by joining the tables on import in the power bi query SQL option with UNION ALL.

  • zahlenschubser's avatar
    3 years ago

    I solved the problem by pulling the columns with sql code in the power bi query and using UNION ALL to join them at the time of import, so power bi only has one table to deal with.