Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi, everyone
I'm struggling trying to create a datasource in a gateway. Credentials I'm going to use are basic.
I think the problem could be how I have created the body. This is the code.
$body =
@{value =
@{connectionDetails = @("http://localhost/DynamicsNAV110/OData/")
datasourceName = @("URL Base ODATA")
dataSourceType = @("OData")
credentialDetails = @(
@{credentialType = "Basic"
credentials = '{\"credentialData\":[{\"name\":\"username\", \"value\":\"john\"},{\"name\":\"password\", \"value\":\"*****\"}]}'
encryptedConnection = "Encrypted"
encryptionAlgorithm = "None"
privacyLevel = "None"
}
)
}
}
Can anyone help me with this, please???..
Thanks,
I have the same error. Anyone?
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
42 | |
4 | |
4 | |
3 | |
3 |