Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
ERNER2000
New Member

incorrectly creating new lines

ERNER2000_0-1728395804316.pngERNER2000_1-1728395824889.png

In my csv found this data have enter so its show new lines can i slove this issue 

1. I replace value enter to "," but  i cannt slove it
2.I setting show that pic 2 I cannt solve it
can u help me

sorry for my english

4 REPLIES 4
Anonymous
Not applicable

Hi @ERNER2000 ,

We really can't tell what's wrong just by looking at the screenshots. Can you replace the data in your csv with sample data and provide it to us? That way maybe we can run some tests in order to find a solution, thanks!

Best Regards,
Dino Tao

Hi @Anonymous 
let
Source = Csv.Document(Parameter3,[Delimiter=",", Columns=21, Encoding=65001, QuoteStyle=QuoteStyle.None]),
#"Promoted Headers" = Table.PromoteHeaders(Source, [PromoteAllScalars=true])
in
#"Promoted Headers"

Its sample file
let
Source = SharePoint.Files("
https:xxx/"
, [ApiVersion = 15]),
#"Filtered Rows" = Table.SelectRows(Source, each ([Folder Path] = "https://xxx/")),
Navigation1 = #"Filtered Rows"{0}[Content]
in
Navigation1

lbendlin
Super User
Super User

Your settings appear correct. Maybe your source file is not in UTF-8 ?

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.