Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
jiri4282
New Member

ConnectionString error for Redshift datasource creation via API

Hi all,

 

I'm encountering an error while trying to create datasource for Amazon Redshift via PowerBI REST API. I have succefully created datasources for SQL Server and the error seems to be in not having connection_details in proper format for Redshift.

 

dataSourceType = "Extension"

example connectionDetails used tried: 

"{"server":"{not_relevant}.redshift.amazonaws.com:5439", "database":"{somedb}", "kind":"AmazonRedshift"}"

"{"path":"{not_relevant}.redshift.amazonaws.com:5439;{somedb}", "kind":"AmazonRedshift"}"

 

Error message:

400 Client Error: Bad Request for url: https://api.powerbi.com/v1.0/myorg/gateways/{gatewayId]/datasources. Additional information from API: {'error': {'code': 'DMTS_UnsupportedConnectionStringError', 'pbi.error': {'code': 'DMTS_UnsupportedConnectionStringError', 'parameters': {}, 'details': [], 'exceptionCulprit': 1}}}

 

Thanks you,

 

Best Regards,

Jiri

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi  @jiri4282 ,

 

In general, the error message 400 code appears to indicate that the content of the request body has a problem, now using the connection string does not match the Power BI design, this can not be used directly with the new one, you must use the matching .

You can try the following rest api link and resend it inside the Report to get a connection string that matches the format as a template to modify, modify the connection string being used.

Datasets - Get Datasources In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn

Datasets - Get Gateway Datasources In Group - REST API (Power BI Power BI REST APIs) | Microsoft Lea...

Power Query Amazon Redshift connector - Power Query | Microsoft Learn

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi  @jiri4282 ,

 

In general, the error message 400 code appears to indicate that the content of the request body has a problem, now using the connection string does not match the Power BI design, this can not be used directly with the new one, you must use the matching .

You can try the following rest api link and resend it inside the Report to get a connection string that matches the format as a template to modify, modify the connection string being used.

Datasets - Get Datasources In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn

Datasets - Get Gateway Datasources In Group - REST API (Power BI Power BI REST APIs) | Microsoft Lea...

Power Query Amazon Redshift connector - Power Query | Microsoft Learn

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors