A dataflow that has been working for 8 months started failing this morning. We can not refresh or edit the dataflow which is preventing us from examining and correcting the problem. We've tried to ...
fkrijgs
5 years agoRegular Visitor
Hi,
jpreciado I have the same problem since last week. I can't refresh or change anything.
I have copied the Mashup-text into word and then I added each query one by one to a new dataflow. Apparently there was suddenly an error in one query even though it has been running for several months without any problems.
It apparently had to do with the following line in the query:
NL: #"Geëxtraheerde datum" = Table.TransformColumns(#"Namen van kolommen gewijzigd", {}),
EN: #Extracted date" = Table.TransformColumns(#"Changed column names", {}),
When I remove this line, my new dataflow does work.