Forum Discussion
Data shaping- source file txt with data in a multirows solution
Hi gpiero,
In Power BI Query Editor, there are some features we can use to transform data. See: Common query tasks in Power BI Desktop
In your scenario, it would be better you can share the sample source data and expected results for our analysis.
Best Regards,
Qiuyun Yu
- gpiero9 years ago
Skilled Sharer
Hi
below an exmple
https://app.box.com/s/5ejjty321ak1t5s3y8gcqb1dtn3k0txr
The txt contains only the headers justo to show what I got. Here we have the headers in 2 rows but the final layout could be 3 rows.
I will not prepare the final layout until I'll have some solution to apply.
I need to understand the method to shape this kind of file. At the end the method will works with any number of rows
This is my expectation:
row 1 "Materiale", "Testo breve Materiale", "Div", "Mag", "TMv", etc, etc...
and not like this (output at the moment)
row 1 "Materiale", "Testo breve Materiale", "Div"
row 2 "Mag", "TMv", etc, etc...
Thanks in advance
- v-qiuyu-msft9 years ago
Community Support
Hi gpiero,
You can take a look at below similar threads:
Power Query - import txt file with multiple lines per row - change to one row
Best Regards,
Qiuyun Yu- gpiero9 years ago
Skilled Sharer
Hi
thanks for your support.
I'll try to study this case.
In case I need some clarification I'll go on to write on this post.