Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
q-andylewis
Regular Visitor

Fabric Graph - Query Set - REST API - Create GraphQuerySet

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!

0 REPLIES 0

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

June Fabric Update Carousel

Fabric Monthly Update - June 2026

Check out the June 2026 Fabric update to learn about new features.

Top Solution Authors