Forum Discussion
Dynamic name extraction.
- 6 years ago
Hi Anonymous
Profiling is easy you can reference this table and add extra column like below.
The transformation could be done in a similar way however I would advise creating a function for transformations.
Another option would be doing all the transformation in dataflows.
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
Hi Anonymous
Cool, I think there might be a better way.
In Query Editor.
- Create a Blank Query and Past the below, into the Advanced Editor
let Source = PowerBI.Dataflows([]) in Sourcethis will create a table with all workspaces that are available to you. - Find the workspaceName and click on [Data] Column > "Folder", this will show you a list of all the dataflows within that workspace.
- Find your workspace and click on [Data] Column > "Database", this will the list of all the tables within this dataflow.
- Now, select entity ( your table names ) column and Data Column and Right Click > Remove Other Columns
- you should have a table like below.
All you need to do now is expanding your tables by clicking on the highlighted arrows and selecting the columns to expand.
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.

- Anonymous6 years agoNot applicable
Mariusz actually after we get tables from the dataflow we are doing a data profiling transformations on all of them so that we can get information about their columns and than appending them. How will I do this tranformations then.
Table.Profile(Table 1)
- Mariusz6 years agoCommunity Champion
Hi Anonymous
Profiling is easy you can reference this table and add extra column like below.
The transformation could be done in a similar way however I would advise creating a function for transformations.
Another option would be doing all the transformation in dataflows.
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
- Anonymous6 years agoNot applicable
Mariusz Yes. I did try that. Still the expand step is taking like forever. I dont know whats wrong with it.
ThankYou very much though. I appreciate your help:smileyhappy:.
Regards,
Chahat