Skip to content

Commit

Permalink
Merge pull request #2283 from CatSchneider/patch-2
Browse files Browse the repository at this point in the history
Update formula-reference-pac-cli.md
  • Loading branch information
JimDaly committed Nov 25, 2023
2 parents daeca1a + 3be81cf commit 822aba8
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions power-platform/power-fx/formula-reference-pac-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Use these commands to interact with data in Dataverse using a command line or sc

**[Cot](reference/function-trig.md)** – Returns the cotangent of an angle specified in radians.

**[Count](reference/function-table-counts.md)** - Counts the number of records that contain a number in a single-column table.
**[Count](reference/function-table-counts.md)** Counts the number of records that contain a number in a single-column table.

**[CountA](reference/function-table-counts.md)** – Counts table records that aren't [empty](reference/function-isblank-isempty.md).

Expand All @@ -87,37 +87,37 @@ Use these commands to interact with data in Dataverse using a command line or sc

**[DateDiff](reference/function-dateadd-datediff.md)** – Subtracts two date values, and shows the result in days, months, quarters, or years.

**[DateTime](reference/function-date-time.md)** - Returns a date/time value, based on both date and time components.
**[DateTime](reference/function-date-time.md)** Returns a date/time value, based on both date and time components.

**[DateTimeValue](reference/function-datevalue-timevalue.md)** – Converts a date and time string to a date/time value.

**[DateValue](reference/function-datevalue-timevalue.md)** – Converts a date-only string to a date/time value.

**[Day](reference/function-datetime-parts.md)** – Retrieves the day portion of a date/time value.

**[Dec2Hex](reference/function-hexdec.md)** - Convert a number to a hexadecimal text string.
**[Dec2Hex](reference/function-hexdec.md)** Convert a number to a hexadecimal text string.

**[Decimal](reference/function-value.md)** - Converts a string to a [decimal number](data-types.md#decimal-numbers).
**[Decimal](reference/function-value.md)** Converts a string to a [decimal number](data-types.md#decimal-numbers).

**[Degrees](reference/function-trig.md)** - Converts radians to degrees.
**[Degrees](reference/function-trig.md)** Converts radians to degrees.

**[Distinct](reference/function-distinct.md)** – Summarizes records of a table, removing duplicates.

**[DropColumns](reference/function-table-shaping.md)** – Returns a table with one or more columns removed.

## E

**[EDate](reference/function-edate-eomonth.md)** - Adds or subtracts months to a date, without changing the day of the month.
**[EDate](reference/function-edate-eomonth.md)** Adds or subtracts months to a date, without changing the day of the month.

**[EncodeUrl](reference/function-encode-decode.md)** – Encodes special characters using URL encoding.

**[EndsWith](reference/function-startswith.md)** – Checks whether a text string ends with another text string.

**[EOMonth](reference/function-edate-eomonth.md)** - Adds or subtracts months to a date, returning the last day of that month.
**[EOMonth](reference/function-edate-eomonth.md)** Adds or subtracts months to a date, returning the last day of that month.

**[Error](reference/function-iferror.md)** – Create a custom error or pass through an error.

**[Exp](reference/function-numericals.md)** - Returns _e_ raised to a power.
**[Exp](reference/function-numericals.md)** Returns _e_ raised to a power.

## F

Expand All @@ -129,7 +129,7 @@ Use these commands to interact with data in Dataverse using a command line or sc

**[FirstN](reference/function-first-last.md)** – Returns the first set of records (N records) of a table.

**[Float](reference/function-value.md)** - Converts a string to a [floating point number](data-types.md#floating-point-numbers).
**[Float](reference/function-value.md)** Converts a string to a [floating point number](data-types.md#floating-point-numbers).

**[ForAll](reference/function-forall.md)** – Calculates values and performs actions for all records of a table.

Expand All @@ -139,9 +139,9 @@ Use these commands to interact with data in Dataverse using a command line or sc

## H

**[Help](reference/function-help.md)** - Displays help information for command line Power Fx hosts.
**[Help](reference/function-help.md)** Displays help information for command line Power Fx hosts.

**[Hex2Dec](reference/function-hexdec.md)** - Convert a hexadecimal text string to a number.
**[Hex2Dec](reference/function-hexdec.md)** Convert a hexadecimal text string to a number.

**[Hour](reference/function-datetime-parts.md)** – Returns the hour portion of a date/time value.

Expand All @@ -150,7 +150,7 @@ Use these commands to interact with data in Dataverse using a command line or sc

**[If](reference/function-if.md)** – Returns one value if a condition is true and another value if not.

**[IfError](reference/function-iferror.md)** - Detects errors and provides an alternative value or takes action.
**[IfError](reference/function-iferror.md)** Detects errors and provides an alternative value or takes action.

**[Index](reference/function-first-last.md)** – Returns a record from a table based on ordered position.

Expand Down Expand Up @@ -238,7 +238,7 @@ Use these commands to interact with data in Dataverse using a command line or sc

## R

**[Radians](reference/function-trig.md)** - Converts degrees to radians.
**[Radians](reference/function-trig.md)** Converts degrees to radians.

**[Rand](reference/function-rand.md)** – Returns a pseudo-random number between 0 and 1.

Expand Down Expand Up @@ -298,7 +298,7 @@ Use these commands to interact with data in Dataverse using a command line or sc

**[Table](reference/function-table.md)** – Creates a temporary table.

**[Tan](reference/function-trig.md)** - Returns the tangent of an angle specified in radians.
**[Tan](reference/function-trig.md)** Returns the tangent of an angle specified in radians.

**[Text](reference/function-text.md)** – Converts any value and formats a number or date/time value to a string of text.

Expand All @@ -310,7 +310,7 @@ Use these commands to interact with data in Dataverse using a command line or sc

**[Today](reference/function-now-today-istoday.md)** – Returns the current date-only value.

**[Trace](reference/function-trace.md)** - Provide additional information in your test results.
**[Trace](reference/function-trace.md)** Provide additional information in your test results.

**[Trim](reference/function-trim.md)** – Removes extra spaces from the ends and interior of a string of text.

Expand Down

0 comments on commit 822aba8

Please sign in to comment.