Tag not monitored by Microsoft.
How can I programmatically read Power Query dataflow metadata?
Scurr, Peter
0
Reputation points
I want to return metadata like the power query dataflow name so if the name changes the metadata will reflect the updated name. note - Power Query / data flows wasn't a tag option :(
Here's a mock up of what I'm thinking, where properties.dataflow.name is the name of the dataflow that is indicated in the image ie "Hierarchy"
#"Add Name" = Table.TransformColumnTypes(Table.AddColumn(#"Changed Type", "Name", each properties.dataflow.name ), {{"Name", type text}} ),
Community Center | Not monitored
Community Center | Not monitored
Sign in to answer