0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

M语言(PowerQuery)指令内部使用的函数

Last updated at Posted at 2025-03-24
  1. 类型转换

    转换成Text型:Text.From(转换值)
    从Date型取得年:Date.Year(日期值)
    从Date型取得月:Date.Month(日期值)
    从Date型取得日:Date.Day(日期值)
    

    https://learn.microsoft.com/ja-jp/powerquery-m/date-functions


  2. 将不同的列连在一起,形式为:列1_列2_列3

    Text.Combine({[列1], [列2], [列3]}, "_")
    
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?