Forum Discussion
Help with Excel Data in wide view, over multiple sheets
- 3 years ago
Hi D_HL
This article will be helpful: Combine Multiple or All Sheets from an Excel File into a Power BI solution Using Power Query Dynamically - RADACAD
Notice that in the following step, you need to keep "Name" and "Data" columns. The "Name" column contains sheet names that represent the attributes you want.
After expanding Data column and filtering out unnecessary rows per your need, you can select Both Name and Data columns at the same time, then unpivot other columns to get a long view table.
Hope this helps.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Thanks Jing,
Go it to work on most sheets, if one of the sheets' values were a % would that mess things up?
Thanks
Dan
- v-jingzhang3 years agoCommunity Support
Hi D_HL
I think that will not mess things up. But you need to pay attention to the data type of columns. You can change the data type of a column thus all values in the same column will be in that data type. I recommend that you change data types after transforming the table into the expected format.
Best regards,
Jing