PowerBI Athena Beta Connector Details: "We cannot convert the value null to type Record."

Viewed 1456

I am trying to connect to AWS Athena from Power BI using the new Athena connector. The first page prompts for a DSN which I supply (and which works when connecting through the old ODBC method) but when the new connector attempts to connect with this DSN the following error is thrown:

Unable to connect

We encountered an error while trying to connect. Details: "We cannot convert the value null to type Record."

2 Answers

I had the same issue and I figured out the reason it was happening. When you mention your DSN in the Amazon Athena (Beta), the next thing it will ask is your login (which has two options).Do not take the 2nd option. Pick the first option where the all setting are pulled from your DSN settings, which you did to setup your datasource.

Now if you once did it wrong, It won't ask you again the same things to fix it. Create a new powerbi file and do the steps.

As Janzaib mentioned above, you picked the wrong option when you set up your datasource. But you don't need to create a new file. You can click Data source settings and then find the name of the DSN and edit the permissions. Then the setting is pulled from your DSN and you are good to go.

Related