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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hello,
I have followed the documentation for updated a datasource in a spcefic group. https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/updatedatasourcesingroup#datasource but i still get an error. My body is set up properly and I have checked the spelling of the database and server. All I want to do is change Azure SQL DBs.
{
"updateDetails": [
{
"datasourceSelector": {
"datasourceType": "Sql",
"connectionDetails": {
"server": "server1.database.windows.net",
"database": "database1"
}
},
"connectionDetails": {
"server": "server2.database.windows.net",
"database": "database2"
}
}
]
}
{
"error": {
"code": "InvalidRequest",
"message": "Operation is not supported for selector #44"
}
}
Hi @TexasBI ,
Could you please make sure that your data source doesn't have any of the points listed in the restriction ?
Hi,
@TexasBI did you manage to solve the problem in the end?
Im struggling with the same issue. For some datasources my code works just fine, but in some cases it fails just like yours. I could use a hand.
Cheers,
Bence
unfortunently no. I think we ended up re building the pbix file becasue we think it got corrupted.
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 |