Removing a variable number of first rows in Power Query

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ธ.ค. 2024

ความคิดเห็น • 2

  • @GoodlyChandeep
    @GoodlyChandeep ปีที่แล้ว +2

    Hi Pat ,
    Table.Skip function when used with a condition stops to skip rows when the condition becomes false.
    So I can write Table.Skip ( TableName, each _[Value] = 0 )
    I have been enjoying your videos a lot. Please keep them coming!

    • @hoosierbi5669
      @hoosierbi5669  ปีที่แล้ว +2

      Great tip! That's a better way to do it.