Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
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
Your settings appear correct. Maybe your source file is not in UTF-8 ?
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 |
---|---|
13 | |
13 | |
11 | |
8 | |
8 |
User | Count |
---|---|
17 | |
10 | |
7 | |
7 | |
7 |