Hey all,
Like it says on the tin, I have 2 different sets of credentials for the same data source that I need to use for PBI Reporting.
I have my usual credentials, lets call them credential_A, that I use for everything. It's a service account credential that I and another PBI developer I work with use to connect to a SQL server the data for our reports is stored on.
However, for a recent report, I needed to make it so only I can access it, so we made another service account credential, let's call this one credential_B, that can access specific schemas on the SQL server.
Whenever I publish the recent report, it fails to refresh because it thinks I'm using credential_A. But, when I try to change it to credential_B, it changes my login to credential_B for every other report I own, disabling several other reports. I'm changing my credentials back to credential_A, but this doesn't fix the recent report in question.
How do I use credential_A on other reports, but credential_B on the recent report?
Any and all help is appreciated