Forum Discussion
ankitpatira
10 years agoCommunity Champion
Power BI with Azure SQL Data Warehouse
When connecting from PowerBI service to Azure SQL Data Warehouse does it make and keep it live connection or it imports data into PowerBI ? To give background on this issue, our requirement is to...
greggyb
10 years agoResident Rockstar
Yes. There are two options for accessing data from Azure DW in Power BI. One fits your requirements. One does not.
DirectQuery = Data stays in source system. Power BI Service generates a query, which is evaluated against that source, the results of which are piped securely to the client running the report.
Data Import = Data lives with the .pbix file, and is hosted on Microsoft servers running Power BI.
- ankitpatira10 years agoCommunity Champion