Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi,
Above all, it's so great to see Power BI REST API updates.
So I have a question.
Is this new preview Dataset creation API compatiable with existing APIs?
Especially for "Update an existing table schema", is it supposed to successfully update the schema of table without hurting relationships, measures and additional column options that are exposed in the new Dashboard creation API?
Thanks,
-Minsuk
Solved! Go to Solution.
Those APIs will work together. I didn't document it but if you call PUT Table in beta you can also add measures. Unfortunately there is no way to update relationships at the moment.
Those APIs will work together. I didn't document it but if you call PUT Table in beta you can also add measures. Unfortunately there is no way to update relationships at the moment.
Hi,
Above all, it's so great to see Power BI REST API updates.
So I have a question.
Is this new preview Dataset creation API compatiable with existing APIs?
Especially for "Update an existing table schema", is it supposed to successfully update the schema of table without hurting relationships, measures and additional column options that are exposed in the new Dashboard creation API?
Thanks,
-Minsuk