Forum Discussion

PPStar's avatar
PPStar
Helper V
3 years ago
Solved

Basic Graph from SharePoint List

Hi . I am a newbie to Power BI.    I have a SharePoint List which presents data as below   Content Type      | Title      |  Year | Jan | Feb | Mar                   | April ....... | Dec Conten...
  • lbendlin's avatar
    3 years ago

    Your data comes in as a wide table with ever increasing column count.  That is unfortunate and not something you want to do in Power BI.  First step is to unpivot your data to make it narrow, and with fixed column count.

     

    You probably also want to change your month column to a more future proof yearmonth column. Usually you can use a date field (for example the first day of each month)  and then tie that into your calendar table.

  • lbendlin's avatar
    lbendlin
    3 years ago

    That's where the unpivoting comes in. It allows you to then do the transforms on a single column.