Forum Discussion
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
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
3 Replies
- lbendlinSuper 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
- v-prasareCommunity 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
- XCTResolver I
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