Skip to content

Commit a760044

Browse files
committed
Merge branch 'matp-3233112' of https://github.com/MicrosoftDocs/powerapps-docs-pr into matp-3233112
2 parents 17413b4 + 2f1c4f7 commit a760044

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Formula columns are columns that display a calculated value in a Microsoft Datav
3535
- Enter the formula in the **Formula** box.
3636
- Select **Searchable** if you want this column to be available in views, charts, dashboards and Advanced Find.
3737
- **Advanced options**:
38-
- If the formula contains a decimal value, expand **Advanced options** to change the number of points of precision, between 0 and 10. The default value is 2.
38+
- If a decimal value is detected in the formula, expand **Advanced options** to change the number of points of precision, between 0 and 10. The default value is 2.
3939
5. Select **Save**.
4040

4141
The following example creates a formula column called *Total price*. The *Number of units* column is a whole number data type. The *Price* column is a decimal data type.
@@ -64,6 +64,7 @@ You can display the following data types in a formula column:
6464
- Text
6565
- Decimal number
6666
- Yes/No (boolean)
67+
- Datetime
6768

6869
The currency and date data types aren't currently supported.
6970

Loading

0 commit comments

Comments
 (0)