Forum Discussion

gunicotra's avatar
gunicotra
Helper II
4 years ago
Solved

auto-update data from SQL Server

Hi to all, I have realized an ETL service pulling data from Microsoft Enterprise SQL Server into Power BI. Being both (Power BI and SQL Server) into the same machine, I would like power BI to updat...
  • lbendlin's avatar
    lbendlin
    4 years ago

    Create a view on your SQL server that does a UNION ALL on the two tables.

     

    Creating a union in DAX will result in a calculated table which behaves like import mode.