Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I am working with a dataflow
If I test the data using a specific record by filtering at the beginning of the process just after importing the data from csv and promoting headers, in Power Query editor I see this
But in the File itsself looks like this
Note that its cut the comment at the carriage return and not brought though the other information for the other columns
When I check the comment in Notepad ++ it cuts off where the comment is added to a new line.
Is there aything I can do in Power Query Editor to fix this problem?
I can see that Power BI may cut off the Comment itsself but to lose all the data after in the other columns is really odd
I tried the solution in https://community.powerbi.com/t5/Desktop/Replace-carriage-return-in-dataset/td-p/24900 right after importing csv but it hasn't made a difference
The step where the data is loaded looks like this
Solved! Go to Solution.
Hi @DebbieE ,
Please try to update the source code as below and check if it can display normally:
Csv.Document(#"Demo table csv_https://Customer sharepoint com/sites/DataStore/Shared Documents/General/", [Delimiter = ",", Columns = 13, Encoding = 1252, QuoteStyle=QuoteStyle.Csv]) |
Best Regards
Rena
Yes you can mark this as resolved
It turned out to be an issue before it even hit Power BI and had to be dealt with at source
Debbie
Hi @DebbieE ,
Please try to update the source code as below and check if it can display normally:
Csv.Document(#"Demo table csv_https://Customer sharepoint com/sites/DataStore/Shared Documents/General/", [Delimiter = ",", Columns = 13, Encoding = 1252, QuoteStyle=QuoteStyle.Csv]) |
Best Regards
Rena
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
48 | |
31 | |
27 | |
27 | |
26 |
User | Count |
---|---|
61 | |
56 | |
35 | |
31 | |
28 |