Forum Discussion
arock-well
Responsive Resident
3 years agoMerging Queries: Dataflows vs Datasets?
I realize that normalized star/snowflake schemas are usually the best way to go in terms of efficiency and performance. However, I have a situation where I have six tables (one fact, six dimension) a...
parry2k
Super User
3 years agoarock-well there are many reasons but 2-3 top would be: 1) it will take less time to refresh since data is already processed in the dataflow 2) better compression 3) dataflow processed data can be used in multiple Power BI reports
- arock-well3 years ago
Responsive Resident
Thank you!