tobiasmcbride
6 years agoHelper III
Importing table segmented by regions
Hi,
I have a table I am importing which sources revenue data from 3 regions: ROW, China & World (enables us to breakdown by the regions).
Currently table is formatted like so:
| ROW | China | World |
| Q1 | Q2 | ... | Q1 | Q2 | ... | Q1 | Q2... |
Hence we have merged cells for ROW, China & world and underneath we have each of the financial quarters. The data then follows from that.
When importing this into PowerBI, what would be the best way to format the table so that it is read friendly and enables me to still see which region I am looking at when segmenting the revenue data?
In Power Query, if you import the table (without promoting headers), you should be able to Transpose it.
In the first column, you'll have to replace empty string with null. Then do a fill down to get ROW, China etc populated.