Skip to content

Commit 5ea0e9f

Browse files
authored
Merge pull request #10358 from MicrosoftDocs/Mattp123-patch-1
Revised per bacx task 20381
2 parents 6ca067a + 5c18f94 commit 5ea0e9f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

powerapps-docs/maker/data-platform/types-of-fields.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Column data types in Microsoft Dataverse | MicrosoftDocs"
33
description: "Understand the different column data types available for your app"
4-
ms.date: 07/26/2024
4+
ms.date: 08/08/2024
55
ms.topic: article
66
author: "Mattp123"
77
ms.subservice: dataverse-maker
@@ -21,7 +21,7 @@ The following table includes the corresponding `AttributeTypeDisplayName` API ty
2121

2222
|Power Apps data type |Solution Explorer type| API type|
2323
|--|--|--|
24-
|**Big Integer**|**Time Stamp**|`BigIntType`|
24+
|**Big**|**Time Stamp**|`BigIntType`|
2525
|**Choice**|**Option Set**|`PicklistType`|
2626
|**Choices**|**MultiSelect Field**|`MultiSelectPicklistType`|
2727
|**Currency**|**Currency**|`MoneyType`|
@@ -124,10 +124,7 @@ Use decimals when you need to provide reports that require very accurate calcula
124124

125125
Use floating point numbers when you store data that represents fractions or values that you'll typically query comparing to another value using greater than or less than operators. In most cases, the difference between decimal and float isn't noticeable. Unless you require the most accurate possible calculations, floating point numbers should work for you.
126126

127-
Big Integers (or BigInt) are large numbers with a max value of 9,223,372,036,854,775,807. It's used to store very large numbers that exceed the capabilities of Whole Number and Decimal. Some uses for this include storage of time stamp values and as unique IDs, as well as numbers larger than 100 billion.
128-
129-
> [!NOTE]
130-
> BigInt is currently only available for use through API. This includes data creation and data management.
127+
Big integers (Big or BigInt) are large numbers with a max value of 9,223,372,036,854,775,807. It's used to store very large numbers that exceed the capabilities of Whole Number and Decimal. Some uses for this include storage of time stamp values and as unique IDs, as well as numbers larger than 100 billion.
131128

132129
## Using currency columns
133130

0 commit comments

Comments
 (0)