Forum Discussion
yjh
2 years agoHelper II
Is Dataflow gen2 really available?
Why does Dataflow gen2 always have some inexplicable problems, and can we really use it with confidence? In the Power Query editor, it's a decimal number, In writing to the Lakehouse's ...
- 2 years ago
Thank you! We've identified the issue and have a fix for it that will be available in January of next year.
yjh
2 years agoHelper II
let
Source = OData.Feed("https://services.odata.org/Northwind/Northwind.svc/", null, [Implementation = "2.0"]),
#"Source 1" = Source{[Name = "Order_Details", Signature = "table"]}[Data],
DeletedColumns = Table.RemoveColumns(#"Source 1", {"Order", "Product"})
in
DeletedColumns
miguel
2 years agoCommunity Admin
Thank you! We've identified the issue and have a fix for it that will be available in January of next year.
- jjovi1 year agoNew Member
meanwhile is there a workaround to this issue? decimals are pretty important for any calculations. is this an issue with the dataflow? is there other tools we could use in lieu of dataflow to load the data into lakehouse tables? pyspark notebook or pipeline copydata perhaps?