- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not able to save destination settings for Dataflow Gen2
Hi
I am using a Dataflow Gen2 to obtain a bunch of different CSV files, all of them more or less like so:
let
Source = Csv.Document(Web.Contents("https://api.XXXXX.com/reports/BLD?apiToken=YYYYYYY"), [Delimiter = ",", Encoding = 65001, QuoteStyle = QuoteStyle.None]),
#"Promoted Headers" = Table.PromoteHeaders(Source, [PromoteAllScalars = true]),
#"Changed column type" = Table.TransformColumnTypes(#"Promoted Headers", {{"Fuel Price", type number}, {"Lifting ID", Int64.Type}})
in
#"Changed column type"
In the data flow destination I am choosing a Lakehouse.
This works fine for 25 out of 27, but for two of them, I cannot get past the "Choose destination settings" screen.
When I click "save settings", nothing happens
I got tired of trying to fix it, so I moved on to some of the other CSV documents, which worked like a charm, but when returning to the two they both get stuck at the am. screen.
Has anyone experienced this? Is there a known issue here?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For reference if anyone else face this issue in the next 2 weeks, this is currently a bug as all the columns contain a space.
This issue will be treated with high priority but as a workaround, make sure at least one column does not contain a space when loading to Lakehouse.
Best Regards,
Antoine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Antoine
Thank you very much for your prompt attension and solution - works like a charm!
Should I add it as a solution in the forum or would you rather just deploy the fix?
Kind regards
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @ThomasPyndt
Glad that you got some insights on your query.
Please continue using Fabric Community on your further queries.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For reference if anyone else face this issue in the next 2 weeks, this is currently a bug as all the columns contain a space.
This issue will be treated with high priority but as a workaround, make sure at least one column does not contain a space when loading to Lakehouse.
Best Regards,
Antoine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Fix is being rolled out and should be available next week in all regions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @ThomasPyndt,
Would you mind sharing a session id of a repro with me by private message ?
It can be found on the ribbon menu under "Options" then "Diagnostics". You can the right click and copy the value.
Thanks

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
Anonymous
| 09-16-2024 09:27 AM | ||
04-13-2024 10:00 AM | |||
04-20-2024 08:09 AM | |||
09-06-2024 11:59 AM | |||
10-07-2024 10:50 AM |