Forum Discussion
Nidhi_07
2 years agoNew Member
How to load nested column in power BI
Hi, I am new to the power BI and I am trying to load an excel to the power BI ,but my excel has one column which has sub columns how do i load it correctly in power BI IF i upload it the gned...
- 2 years ago
Power BI doesn't work like that. It expects its data sources to have a simple structure, ideally a very narrow table (few columns) of arbitrary length (number of rows doesn't matter)
You can try to transform by skipping rows and unpivoting, but it will be easier to prepare the data in a usable format to begin with.
lbendlin
Super User
2 years agoPower BI doesn't work like that. It expects its data sources to have a simple structure, ideally a very narrow table (few columns) of arbitrary length (number of rows doesn't matter)
You can try to transform by skipping rows and unpivoting, but it will be easier to prepare the data in a usable format to begin with.