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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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_id} is not Push API dataset."
}
}This is the GET url i'm using is:
https://api.powerbi.com/v1.0/myorg/groups/{group_id}/datasets/{dataset_id}/tablesThe dataset that i'm looking to connect to is an existing dataset. What exactly is an "Push API dataset"? Is this a setting from within the dataset itself? I'm fariely inexperieinced in the Power BI API thus far and am looking for a bit of guidance on this prticular issue. Any help would be greatly apprecaited.
Solved! Go to Solution.
@Anonymous
API Datasets GetTablesInGroup supports only Push datasets. You may try Datasets PostDatasetInGroup to create a push dataset.
@Anonymous
API Datasets GetTablesInGroup supports only Push datasets. You may try Datasets PostDatasetInGroup to create a push dataset.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!