Forum Discussion
Query Regarding PBI Dataflows
Direct Query against dataflows is a sham. As Microsoft explained at MBAS what really happens is that they put an Azure SQL database in between the dataflows and the datasets, and then do the direct query against that database. This completely defeats the idea of a dataflow (which is similar to csv or parquet blob storage)
1. Standard practice is to do transforms as high upstream as possible, but not higher! Every transform tampers with the original data and has the potential to destroy information.
2. that is automatic
3. Don't use Direct Query.
Thanks for your reply but then idea of Dataflows is not useful
- lbendlin4 years agoSuper User
They are useful for storing large amounts of tabular-ish data that you can then ingest quickly in import mode. They can also act as a buffer between a very slow source system and your developer experience.