M函數目錄(Power Query 之 M 語言)


2021-7-11更新

 

主頁(選項卡)

  管理列(組)

選取列

選擇列Table.SelectColumns  

刪除列

刪除列Table.RemoveColumns

刪除其他列Table.SelectColumns

減少行(組)

保留行

保留前面N….First/FirstN

保留后面N….Last/LastN

保留中間指定的….Range/Middle

保留重復項

選擇…Select…

  篩選Table.SelectRows-文本與數值

  篩選Table.SelectRows-日期與時間

刪除行

刪除前面N….Skip/RemoveFirstN

刪除后面N….RemoveLastN

刪除間隔….Alternate…

刪除重復….Distinct/判斷重復…IsDistinct

刪除空行

判斷是否為空….IsEmpty

邏輯判斷

去除指定….RemoveMatching…

返回記錄中的指定內容Record.Field…   

刪除…Remove…

  排序(組)

排序…Sort

轉換(組)

  轉換函數Table.TransformColumns:

    https://www.cnblogs.com/officeplayer/p/14400313.html

  拆分…Split…

    拆分函數Splitter.Split…

    判斷某值是否在列表中存在List.Contains

      https://www.cnblogs.com/officeplayer/p/14772728.html

  拆分行Table.ExpandListColumn:

    https://www.cnblogs.com/officeplayer/p/14400265.html

分組依據Table.Group:

  https://www.cnblogs.com/officeplayer/p/14800026.html

設置數據類型Table.TransformColumnTypes:

  https://www.cnblogs.com/officeplayer/p/14826457.html

提升標題Table.PromoteHeaders:

  https://www.cnblogs.com/officeplayer/p/14879176.html

  降級標題Table.DemoteHeaders:

    https://www.cnblogs.com/officeplayer/p/14903289.html

替換值Table.ReplaceValue:

  https://www.cnblogs.com/officeplayer/p/14998547.html

 

 

其他

 

 

固定結構

每一個each

聲明函數參數:

  https://www.cnblogs.com/officeplayer/p/14614161.html


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM