Forum Discussion
RonLieuw
9 years agoHelper I
How to transform pdf report with multiple columns
I need to transform the report (partly shown above) from a pdf document into Power BI. I managed to prepare a pivot for 1 country, but struggle to add the other two countries. Please guide m...
- 9 years ago
Here is a blog post on how to do this from an Excel source by Gil Raviv
Generally the pattern is
- Transpose Table
- Fill Down
- Merge Columns by Delimiter
- Transpose Table
- Promote Headers
- Unpivot other Columns
- Split Column by Delimiter
- Rename Columns (set Column Type)
Adapt to your circumstance and data.
MarkS
9 years agoResolver IV
Here is a blog post on how to do this from an Excel source by Gil Raviv
Generally the pattern is
- Transpose Table
- Fill Down
- Merge Columns by Delimiter
- Transpose Table
- Promote Headers
- Unpivot other Columns
- Split Column by Delimiter
- Rename Columns (set Column Type)
Adapt to your circumstance and data.