Forum Discussion
connecting Multiple data sources, dataflow or dataset ?
1 Reply
- ibarrauSuper User
Hi. Putting all tables together in a single content will depend on the permissions. The decision of creating a dataflow or dataset to keep the data might depend on the selfservice you want. First, consider if all developers should see the same tables from all the sources in order to know if you need only one component. Then think about how the report creators interact. If you have one dataflow, the creators will have more responsabilities because they will have the capacity of transform things with power query and the responsability of creating the measures and RLS for their models. They should have more seniority or expertise. On the other hand, if you have one dataset, all the ETL, measures and RLS is already created. They connect to a model that already has all the things they need to start creating visualizations.
Of course it's not black or white. You could have the key RLS table at a Dataflow and import it in different models. You can have the first model for jira, the second model of excels and a third one like composite getting both models and the table of dataflow together. Then share with the correct audience.
I hope that helps, there is no exact answer because it depends on the scenario