Forum Discussion
Web data source with different credentials not saving per file
GRob that is tough one, weird scenario though. Not sure if you can save the multiple credentials for the same data source.
- GRob6 years agoFrequent Visitor
I assume that the data source URL I used in the first pbix file is resused in other files if i decide to use the same url in another pbix file.
So data sources are shared.- Anonymous6 years agoNot applicable
GRob
Power Bi defaultly saves datasource credentials to the global permission list, it goes with your Power BI account. You can edit the permission in with different credentials in the Current file list.Paul Zheng _ Community Support Team
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- GRob6 years agoFrequent Visitor
The problem that i have is that the web service returns data based on the credentials sent.
E.g. username1 returns dataset1, usename2 returns dataset2.
If I create 2 pbix files, one for username1, then another for username2 the datasource uses the last credentials used, not the credentials per pbix
My problem would be solved if it saved credentials per pbix file.