Forum Discussion
Blank Values API Output for the Dataset Refreshes
Hello.
I use the API request to get the latest refresh date for the available datasets.
GET https://api.powerbi.com/v1.0/myorg/datasets/{datasetId}/refreshes
It works well for the majority of cases but for some datasets, it returns "" even it was refreshed not a long time ago.
Does anyone know how to fix this?
We identified that we get blank values for the datasets that users upload to the Service from time to time and do not use the "refresh" button.
6 Replies
- collinqSuper User
Hi olegkazanskyi ,
I would triple check the dataset id. It would appear to me that you are getting a "null" because there is nothing being grabbed by the API.
OR - do you have the permissions to see that dataset (or the userid that you are using the API with)?
- olegkazanskyiHelper II
Hi collinq ,
Yes, the account has an admin access level to the workspace.
I've double-checked the dataset_id and it is correct. It was retrieved from another scanning script.
- collinqSuper User
- olegkazanskyiHelper II
We identified that we get blank values for the datasets that users upload to the Service from time to time and do not use the "refresh" button.