Forum Discussion
Problems on creating a new dataset with Power BI's REST API
- 8 years ago
Hi.
The API you're trying to use creates a datasets that points to Analysis Services.
Your datasource is SQL (Azure).
We don't have support for creating such datasets from the API.
You'll have to move your data to Analysis Services, use the "Push data" API or create the model in PowerBI desktop.
link to the API doc:
https://msdn.microsoft.com/en-us/library/mt203562.aspx
Eli.
Hi.
Creating a DQ datasets is not supported through the REST APIs, HDInsight or other.
To create such dataset, you should use Power BI Desktop.
Eli.
Thanks a lot eligr!
Suppose once I've created the dataset with PowerBI Desktop, I want to duplicate and modify it to point to other tables of the same database or same HDInsight instance (naturally with the same schema..). Can you explain me the correct steps to do with the Rest API if it's possible?
Thank you very much for the fast replay!
Best regards,
Alfredo.