Forum Discussion

ThomasVanhelden's avatar
ThomasVanhelden
Frequent Visitor
3 years ago
Solved

How does a dataset on live connection work?

Hello   I have a Power BI report that creates a dataset in the Power BI Service. This Power BI report uses a live connection on a SQL Server Analysis Services (SSAS) tabular model as its source. I ...
  • ibarrau's avatar
    3 years ago

    Hi. If you have created a Power Bi Desktop file getting data with Live Connection to a SQL Server Analysis Services, then every process and calculation is done on the SQL Server side. The content you are seeing at Power Bi Service is just a dummy item to check metadata. Every click you are doing in the report at Power Bi Service is querying the local SSAS to get a response. The data refresh is responsability that SSAS must take.

     

    There is another way to connect. You can get data from SSAS Importing data on a Power Bi Dataset. If you have created the Power Bi Desktop that way, then you are replicating the picked data and all processs is taken at Power Bi side. This is not recommended but I'm bringing this up because you have said something about the refresh of the Power Bi Dataset. This connecting will bring the reponsability to Power Bi dataset

     

    I hope that helps, you can read more about the ways of connection from Microsoft docs, searching on google or my blog: https://blog.ladataweb.com.ar/post/611571936523436032/powerbi-tipos-de-conexión