Forum Discussion
Anonymous
2 years agoNot applicable
Fabric Notebook Python Code To Retrieve dataflow name and dataflow column names in a workspace?
I see documentation to get table names, column names, and measures from a semantic model, but I do not see any documentation to get dataflow names and dataflow column names. Any documentation I am overlooking?
Columns = fabric.list_columns(dataset)
display(Columns)
- Anonymous2 years ago
2 Replies
- GilbertQSuper User
Hi Anonymous
As far as I am aware, this only applies to semantic models. You can vote or create the idea at https://ideas.powerbi.com
- AnonymousNot applicable