索引列Table.AddIndexColumn(Power Query 之 M 语言)

数据源: 

       任意表

目标: 

       添加索引列 

操作过程: 

  【添加列】》【索引列】

      

M公式:  

  = Table.AddIndexColumn( 表, "索引列名", 起始值, 步长, 数据类型)

    起始值默认为0

    步长默认为1

原文地址:https://www.cnblogs.com/officeplayer/p/15750234.html