Skip to content

Commit 6ee285f

Browse files
authored
Update formula-columns.md
1 parent d58c7d0 commit 6ee285f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

powerapps-docs/maker/data-platform/formula-columns.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -373,14 +373,13 @@ You can use the following scalar functions in a formula column:
373373

374374
Create a formula column that returns a decimal number.
375375

376-
This example creates a formula column called *Total Amount*. The *Price Per Unit* column is of decimal data type.
377-
:::image type="content" source="media/formula-columns-decimal-fd.png" alt-text="Screenshot of a create a new formula column pane for use with a decimal number.":::
378-
379376
1. When you create a column, enter the following information:
380377
- A **Display name** for the column.
381378
- Optionally, enter a **Description** of the column.
382379
1. For **Data type** select ***fx* Formula**.
383-
1. Enter a formula that returns a numeric value in the **Formula** box.
380+
1. Enter a formula that returns a numeric value in the **Formula** bar.
381+
This example creates a formula column called *Total Amount*. The *Price Per Unit* column is of decimal data type.
382+
:::image type="content" source="media/formula-columns-decimal-fd.png" alt-text="Screenshot of a create a new formula column pane for use with a decimal number.":::
384383
1. Expand **Advanced options**, select **Decimal** as the **Formula data type**, and then set the required number of decimal places.
385384
:::image type="content" source="media/formula-columns-decimal-adv-options.png" alt-text="Screenshot of a decimal formula column definition.":::
386385
1. Select **Save**.
@@ -389,14 +388,13 @@ This example creates a formula column called *Total Amount*. The *Price Per Unit
389388

390389
Create a formula column that returns a whole number.
391390

392-
This example creates a formula column called *Number of Units*. *Total Price* and *Price Per Unit* columns are of decimal data type.
393-
:::image type="content" source="media/formula-columns-wholenum-fd.png" alt-text="Screenshot of a create a new formula column pane for use with a whole number..":::
394-
395391
1. When you create a column, enter the following information:
396392
- A **Display name** for the column.
397393
- Optionally, enter a **Description** of the column.
398394
1. For **Data type** select ***fx* Formula**.
399-
1. Enter a formula that returns a numeric value in the **Formula** box.
395+
1. Enter a formula that returns a numeric value in the **Formula** bar.
396+
This example creates a formula column called *Number of Units*. *Total Price* and *Price Per Unit* columns are of decimal data type.
397+
:::image type="content" source="media/formula-columns-wholenum-fd.png" alt-text="Screenshot of a create a new formula column pane for use with a whole number..":::
400398
1. Expand **Advanced options**, and select **Whole number** as the **Formula data type** and set the required format for whole number column.
401399
:::image type="content" source="media/formula-columns-wholenum-adv-options.png" alt-text="Screenshot of a whole number formula column definition.":::
402400
1. Select **Save**.

0 commit comments

Comments
 (0)