Forum Discussion
Dates dataflow suddenly reverting to earlier version, dropping fields
- 3 years ago
Thanks for the reply, edhans . I guess that's possible. Here's the confounding part: The report in question didn't fail in the couple days after I'd last done development on the Dates dataflow, which I'd expect to have happened if I somehow managed to revert to a cached version of my dataflow. I guess this is a good reminder to save the code for these tables somewhere outside the service. Mea culpa.
Thanks for the reply, edhans . I guess that's possible. Here's the confounding part: The report in question didn't fail in the couple days after I'd last done development on the Dates dataflow, which I'd expect to have happened if I somehow managed to revert to a cached version of my dataflow. I guess this is a good reminder to save the code for these tables somewhere outside the service. Mea culpa.
You can export the JSON and restore the dataflow, but it will assign the dataflow a new ID, which means you'll need to tweak that code in your dataset. Kind of a pain... but all M code for the entire dataflow will be in one file.
- MarkPalmberg3 years ago
Kudo Commander
Thanks for this replay, edhans . I've not done this...looks like I'd export it via PowerShell? Will the JSON contain all the historical changes in the dataflow? I.e., will it contain the code that's now missing in the dataflow's current incarnation?
- edhans3 years ago
Community Champion
No, it in the menu for dataflows.
It is the current version. I am not aware of any versioning for dataflows.
- MarkPalmberg3 years ago
Kudo Commander
Ah, gotcha. Thank you again, edhans . Without all the missing code, the export isn't going to do me any good. Oh well. Good opportunity to brush up on my PQ date functions, anyway....