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 nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi,
I am following Create Graph Query Set (and Graph QuerySet definition) but failing to successfully create a Fabric Graph query set - I have tried many variations but invariably any error messaging is ambiguous:
{
"status": "Failed",
"createdTimeUtc": <datetime-string>,
"lastUpdatedTimeUtc": <datetime-string>,
"percentComplete": None,
"error": {
"errorCode": "Unknown",
"message": "unknown error",
"isRetriable": False
}
}I can successfully create an 'empty' query set (with a payload of: {"folderId": <folder_id>, "displayName": <queryset_name>, "description": ""}) - but issues seem to arise when including a "definition" object.
(N.B. I am following the same pattern I have successfully used for Semantic Models, Reports and now Graph Models.)
Is this endpoint fully implemented (errors and all)?
Thanks!