You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/data-platform/formula-columns.md
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -373,14 +373,13 @@ You can use the following scalar functions in a formula column:
373
373
374
374
Create a formula column that returns a decimal number.
375
375
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
-
379
376
1. When you create a column, enter the following information:
380
377
- A **Display name** for the column.
381
378
- Optionally, enter a **Description** of the column.
382
379
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.":::
384
383
1. Expand **Advanced options**, select **Decimal** as the **Formula data type**, and then set the required number of decimal places.
385
384
:::image type="content" source="media/formula-columns-decimal-adv-options.png" alt-text="Screenshot of a decimal formula column definition.":::
386
385
1. Select **Save**.
@@ -389,14 +388,13 @@ This example creates a formula column called *Total Amount*. The *Price Per Unit
389
388
390
389
Create a formula column that returns a whole number.
391
390
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
-
395
391
1. When you create a column, enter the following information:
396
392
- A **Display name** for the column.
397
393
- Optionally, enter a **Description** of the column.
398
394
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..":::
400
398
1. Expand **Advanced options**, and select **Whole number** as the **Formula data type** and set the required format for whole number column.
401
399
:::image type="content" source="media/formula-columns-wholenum-adv-options.png" alt-text="Screenshot of a whole number formula column definition.":::
0 commit comments