共用方式為


Help 函式

適用於: Power Platform CLI

顯示命令列 Power Fx 主控件的說明資訊。

Description

使用命令列 Power Fx 主控件 (例如 Power Platform CLI) 時,Help 函式會顯示有用的資訊。

輸出資訊包括可用函式的清單以及特定主控件的任何詳細資訊。 隨著新增更多指南和新函式,此輸出會更新。

注意

大多數 Power Fx 主控件不提供 Help 函式,而是相依於資料編輯列和 Power Fx 文件。

語法

Help()

範例

  1. 安裝 Power Platform CLI
  2. 從命令列,使用 pac power-fx repl 啟動 Power Fx repl (互動式 Power Fx 讀取-評估-列印循環)。
  3. 執行 Help() 函式。
C:\>pac power-fx repl
Power Fx REPL: x.x.x

>> Help()
Available functions (case sensitive):
  Abs             Acos            Acot            AddColumns      And
  Asin            AsType          Atan            Atan2           Average
  Blank           Boolean         Char            Clear           ClearCollect
  ...
  Text            Time            TimeValue       TimeZoneOffset  Today
  Trim            TrimEnds        Trunc           Upper           Value
  VarP            Weekday         With            Year

Formula reference: https://aka.ms/Power-Fx-Formula-Reference

true

>>