Forum Discussion

Navaneethan's avatar
Navaneethan
Regular Visitor
3 years ago
Solved

Azure SQL server connect to pbix file or Connect to Dataflow (which one Better and proper way?

I have a source data as "View" in Azure Synapse Analytics. I can able to connect the view directly to pbix file and I can create new Dataflow in PBI Service using Azure Synapse Analytics view. But I ...
  • Anonymous's avatar
    Anonymous
    3 years ago

    If you start adding DataFlows for each table. Think carefully about how long it will take to refresh each table.  In which case look at incremental refresh. Each refresh will require compute power which is the limiting factor long before you run into any issues about storage (IHMO).

    The archtecture I recommend to my customers is always to load data into DataFlows. Do any prep, transform in the those if you have to. Then load the data into the DataSets as you need it. Have a look at https://ssbipolar.com/dataflows-in-power-bi/ as a starter for 10.  Maybe - https://ssbipolar.com/2019/10/14/power-bite-dataflows-vs-datasets/.