Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
we don't want each user to be given access to database to create data source in Desktop. also sharing dataset is difficult to maintain since user are asking for changes. Is there a way user can connect to DB using the connection created in service for scheduling, so it will be common connection.
thanks
Solved! Go to Solution.
Hi @Anonymous ,
//we don't want each user to be given access to database...
The dataflow can be used to connect multiple data sources and integrate them together. You might consider creating a dataflow and making it available to analysts. This increases the security of the underlying data source by making it inaccessible to the analyst.
Introduction to dataflows and self-service data prep
What are Power BI Dataflows and their Use Cases?
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi @Anonymous ,
//we don't want each user to be given access to database...
The dataflow can be used to connect multiple data sources and integrate them together. You might consider creating a dataflow and making it available to analysts. This increases the security of the underlying data source by making it inaccessible to the analyst.
Introduction to dataflows and self-service data prep
What are Power BI Dataflows and their Use Cases?
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hello @Anonymous ,
refer to the following https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-report-lifecycle-datasets
Proud to be a Super User! | |
Sorry, if I was not clear. like sharing the dataset. I want only connection to be shared and not dataset
@Anonymous ,
in this method they will have access to the dataset but they won't see it.
they will only see the report view and the data modeling and the formulas and column names without seeing the data.
Proud to be a Super User! | |
Our problem here is not data modelling, we don't want to give user access to DB. Want to create generic connection in PBI service and user can connect to that in desktop.
Even if I download dataset from PBI service then it will ask for my credentials to access the data. This needs to be bypassed.