Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi all
I am trying to connect to Salesforce from a Dataflow and Dataflow Gen2 and keep getting errors like this:
The data source kind doesn't support the credential type. Data source kind: Salesforce. Credential type: Anonymous.
and:
Credentials are required to connect to the Salesforce source. (Source at https://login.salesforce.com/.)
The same connection and Credentials work fine when connecting from PBIX-File in PBI Desktop.
Any ideas? Many thanks.
Christian
Solved! Go to Solution.
Meanwhile, this issue seems to be solved. I can run a Gen2 Flow against Salesforce...
Meanwhile, this issue seems to be solved. I can run a Gen2 Flow against Salesforce...
What's your rationale to use a dataflow with Salesforce data? In my opinion a dataset with incremental refresh is much more efficient. (Yes, there is just enough query folding in SOQL to make that viable).
Hi
That might be possible, but that is not the question here:
I have an issue connecting to Salesforce to query data where I need help.
This seems to be a problem with Power BI Service.
You can't use anonymous. You need to have a Salesforce username and password, or a SSO token (but that expires periodically, so user/pwd is better)
Hi, I know. And I am logged in to my company account, and in Power BI it says that I am logged in.
But it does not work...