Forum Discussion
Security on dataflow access/use
Dataflows are not a data warehouse, they're an ETL tool. Remember dataflow output is stored in CSV files behind-the-scenes, so anything consuming from it will have to read-in that whole CSV file and process it with the Power Query engine--there's no querying as if a database, or query folding from the client.
There is the Enhanced Compute engine, which caches the data from CSV into a SQL store (again, behind the scenes--you have no visbility or control over how this works) but the SQL store will only be used by other dataflows in Premium Capacity when those sources are used as Linked Tables in the dataflow. Power BI Desktop will always use the CSV-store.
EDIT: https://ssbipolar.com/2018/11/22/positioning-power-bi-dataflows/
Thanks agains for info.
We have recently got power bi premium - had pro before.
If we create a premium workspace with dataflow to say pull in objects can existing non-premium workspaces use the dataflow in the premium workspace?
Thanks
- jeffshieldsdev5 years agoSolution Sage
Non-Premium Workspaces can consume from dataflows in Premium Workspaces, however certain features (like Linked and Computed Entities) are only available in dataflows in Premium backed Workspaces.
I use non-Premium Workspaces unless I need those Premium features, to conserve consumption on my capacity.
https://docs.microsoft.com/en-us/power-bi/transform-model/dataflows/dataflows-premium-features
- po5 years agoPost Prodigy
Thanks for info