Forum Discussion

Nidhi_07's avatar
Nidhi_07
New Member
2 years ago
Solved

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...
  • lbendlin's avatar
    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.