Forum Discussion
Anonymous
6 years agoNot applicable
Pass Credentials to a function to query datasources
Hi everyone, I'm facing a problem with a Power Query custom function I've written in Power Query to execute the same query on different databases that are configured using a separate Excel File....
edhans
Community Champion
6 years agofor SQL Server, not that I am aware of. The credientials are not stored in M code or passed by M code. It is in a separate blob in the PBIX file, most likely salted, hashed, and double-encrypted.