Forum Discussion
jisaa4880
7 years agoNew Member
Dataset is not Push API dataset
Hello, I'm trying to retrieve records from within a dataset/table and i'm receiving the following response: {
"error": {
"code": "ItemNotFound",
"message": "Dataset {dataset_...
Jayendran
6 years agoSolution Sage
Hi jisaa4880 / Anonymous
There are 2 ways to create a dataset in powerbi
1. From PowerBI Desktop we can easily create report and publish into pbi service
2. Using API Called Push API , programmatically we can also create a dataset by this method.
Note: Whenever you are seeing a error like this API supports only Push datasets (in other words meaning you can only use this API against the datasets created via REST API. A normal dataset published from PBI desktop doesn't support this. )