Forum Discussion
Rename a DataFlow does not work
- 7 years ago
Hi there,
pretty old chat, but I do have the same issue just today. Are there any workarounds?
Thanks in advance!
- irezax4 years agoRegular Visitor
This annoying bug has kept this chat alive for years. I am trying to rename a data flow in Power Platform and I get an error popup with a two GUIDs in it and no description.
- Anonymous4 years agoNot applicable
I had the same today, but I have a workaround. I think it's not official, but it works for me.
With workflows you have the opportunity to export to json file and import it (with the same name) to another workspace. Creating a dataflow - Power BI | Microsoft Docs
The emphasis in the previous sentence is on the same name, but it can be rewritten with a little handwork. The steps:
1. Export the dataflow to a json file.2. Open the json file in a text editor e.g. notepad++
3. Modify the first property, the "name" to the new dataflow name you want.4. Create a new dataflow with "Import Model" possibility.
5. Delete the old dataflow.
Good luck- Anonymous3 years agoNot applicable
This worked for me - thanks