Skip to content

Commit c057cea

Browse files
authored
Update define-calculated-fields.md
1 parent b0a1713 commit c057cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/data-platform/define-calculated-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ You should be aware of certain conditions and limitations when working with calc
218218
- You can't change an existing simple column to a calculated column. If your current application is using JavaScript or plug-ins to calculate a column, you wouldn't be able to use the calculated columns feature without creating a new column.
219219
- Duplicate detection rules aren't triggered on calculated columns.
220220
- A rollup can't reference a calculated column that uses another calculated column, even if all the columns of the other calculated column are on the current table.
221-
- When a currency calculated field depends on a related entity's currency field, we perform calculations using corresponding base currency field values. This is because exchange rate values and currency values can vary between different entity records. For example, consider a calculated field - `Account Revenue` on the `Opportunity` entity, if it has dependency on `Annual Revenue` currency field on the `Account` entity, the 'Account Revenue' is calculated as -
221+
- When a currency calculated field depends on a related entity's currency field, we perform calculations using corresponding base currency field values. This is because exchange rate values and currency values can vary between different entity records. For example, consider a calculated field - `Account Revenue` on the `Opportunity` entity, and consider `Account Revenue` has dependency on `Annual Revenue` currency field on the `Account` entity, then 'Account Revenue` is calculated as -
222222

223223
`'Account Revenue' = ['Annual Revenue (Base)' * 'Exchange Rate on Opportunity entity record']` or
224224
`'Account Revenue' = [('Annual Revenue' / 'Exchange Rate on Account entity record') * 'Exchange Rate on Opportunity entity record']`

0 commit comments

Comments
 (0)