Forum Discussion

benjamin_sasin's avatar
benjamin_sasin
Resolver I
6 years ago
Solved

Add hours to existing column

Hi, I've got a whole sequence of steps in Power Query and already a bunch of pivot tables connected to the data. I found out that the time input is wrong and believes it's in my current time zone (bu...
  • Zubair_Muhammad's avatar
    6 years ago

    benjamin_sasin 

     

    You can add this step.

    Replace text in "red font" with your previous step's name

     

    = Table.TransformColumns(#"Changed Type",{"create_user_date", each _ + #duration(0,7,0,0)})