Forum Discussion
smeenaks
7 years agoNew Member
Connecting to Salesforce through Power BI
Hi - We are trying to connect salesforce objects through Microsoft BI and we get the following error : 'DOM PArser is undefined' for one user & 'Unable to get property 'hasOwnProperty' of undefi...
Anonymous
7 years agoNot applicable
smeenaks,
Are you able to sign in salesforce in web browser?
Regards,
Lydia
smeenaks
7 years agoNew Member
Hi Lydia - I am able to login to Salesforce without any issues.
Thanks,
Sujatha.M
- Anonymous7 years agoNot applicable
smeenaks,
Please add a blank query in Power BI Desktop, paste the following code to the Advanced Editor of the blank query and check if you can get any errors.let Source = Salesforce.Data("[salesforce URL]", [CreateNavigationProperties = true]), Newtable= Source{[Name="Tablename"]}[Data] in Newtable
Regards,
Lydia