Forum Discussion

Joe_100's avatar
Joe_100
Helper I
6 years ago
Solved

Power Query / M create new column, with value from specific row and field

Hi all,   I am trying to import some data from a csv file into PowerBi. I need a specific value from a row and column, let's say first row/column5.   Then i need to create a new column and need ...
  • v-alq-msft's avatar
    v-alq-msft
    6 years ago

    Hi, Joe_100 

     

    #"Added Custom" receive the a table returned by the last step. [Column5]{0} means first row/column5. Here is my test.

    Table:

     

    You may create a Custom Column as follows.

     

    #"Changed Type" is the last step which returns a table result. [Score]{0} is the value of the first row/Score.

     

    Best Regards

    Allan

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.