Power BI
NewFabric Notebook Python Code To Retrieve Dataflow name and dataflow column names
Vote
(1)
Kevin Warren on 06 Feb 2024 14:41:02
In a Fabric Notebook, be able to use Python code to retrieve columns from all dataflows in a workspace
Columns = fabric.list_columns(dataflow)
display(Columns)