Funkcija pomoči
Velja za: Power Platform CLI
Prikaže informacije o pomoči za Power Fx gostitelje ukazne vrstice.
Description
Funkcija Pomoč prikaže koristne informacije pri delu z gostitelji Power Fx ukazne vrstice, kot je Power Platform CLI.
Izhodne informacije vključujejo seznam razpoložljivih funkcij in vse podrobnosti, specifične za gostitelja. Ta rezultat je posodobljen, ko je dodanih več navodil in novih funkcij.
opomba,
Večina Power Fx gostiteljev ne ponuja funkcije Pomoč , zanašajo se na vrstico s formulami in Power Fx dokumentacijo.
Sintaksa
Pomoč()
Primeri
- Namestite Power Platform CLI.
- V ukazni vrstici zaženite Power Fx repl (interaktivno Power Fx Read-Eval-Print Loop) z uporabo
pac power-fx repl
. - Zaženite funkcijo
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
>>