Forum Discussion
Is Dataflow gen2 really available?
- 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.
I changed to English, and I have terrible English.
Thank you!
could you share some sample queries that could help us replicate this issue on our end?
I haven't been able to replicate it on my own with the sample queries that I use
- yjh2 years agoHelper II
I simply fetch the data from the local database, keep some columns, and that's it.
x5=
- miguel2 years agoCommunity Admin
I cannot replicate this within my environment.
if you can replicate this with any public data source or some sample data that you can share with us, please go ahead and do so.if you are unable to provide this info, please go ahead and raise a support ticket so an engineer can take a closer look at your specific scenario and determine what could be happening.
- yjh2 years agoHelper IIletSource = 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"})inDeletedColumns