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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
XCT
Resolver I
Resolver I

Retrieving column descriptions from dataflow Gen1

Hello,

 

For a project, I'm looking for retrieving column descriptions from dataflow using REST API as Admin: name, type, M code definition.

Does it exist a solution without exporting each dataflow 1 by 1 without ExportDataflowAsAdmin?

 

Thx

1 ACCEPTED SOLUTION

That's ok, I found my happiness by calling the Get Dataflow (non admin) API.

I must first extract all the dataflow/workspace pairs from my tenant and then call the API as many times as there are pairs. What I need is in the json file, in the description field as unstructured data (=text)

Thx

View solution in original post

3 REPLIES 3
v-prasare
Community Support
Community Support

@XCT, As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?

 

@lbendlin , Thanks for your promt response

 

 

Thanks,

Prashanth Are

MS Fabric community support

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query

That's ok, I found my happiness by calling the Get Dataflow (non admin) API.

I must first extract all the dataflow/workspace pairs from my tenant and then call the API as many times as there are pairs. What I need is in the json file, in the description field as unstructured data (=text)

Thx

lbendlin
Super User
Super User

Define "solution" ?  Does a "connect to the dataflow and keep top 0 rows"  count?

 

Usually these things are collected via auditing processes.

Power BI implementation planning: Tenant-level auditing - Power BI | Microsoft Learn

 

 

 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors