Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
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
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
Hi @ThomasPyndt
Glad that you got some insights on your query.
Please continue using Fabric Community on your further queries.
Thanks.
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
Fix is being rolled out and should be available next week in all regions
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
3 | |
2 | |
2 | |
1 | |
1 |