Skip to content

Commit ebd5ced

Browse files
Merge pull request MicrosoftDocs#4503 from MicrosoftDocs/main638236838009139412sync_temp
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 1fa3afa + 1e5f884 commit ebd5ced

File tree

1 file changed

+17
-23
lines changed

1 file changed

+17
-23
lines changed

powerapps-docs/maker/canvas-apps/connections/connection-common-data-service.md

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -61,37 +61,31 @@ Dataverse for processing (rather than processing locally within Power Apps).
6161

6262
| **Item** | **Number [1]** | **Text [2]** | **Choice** | **DateTime [3]** | **Guid** |
6363
|-----------------------------------------------------------------|----------------|--------------|------------|------------------|----------|
64+
| \<, \<=, \>, \>= | Yes | Yes | No | Yes | \- |
65+
| =, \<\> | Yes | Yes | Yes | Yes | Yes |
66+
| And/Or/Not | Yes | Yes | Yes | Yes | Yes |
67+
| CountRows [4] [5], CountIf [6] | Yes | Yes | Yes | Yes | Yes |
6468
| Filter | Yes | Yes | Yes | Yes | Yes |
69+
| First [7] | Yes | Yes | Yes | Yes | Yes |
70+
| In (membership) (preview) | Yes | Yes | Yes | Yes | Yes |
71+
| In (substring) | \- | Yes | \- | \- | \- |
72+
| IsBlank [8] | Yes | Yes | No | Yes | Yes |
73+
| Lookup | Yes | Yes | Yes | Yes | Yes |
74+
| Search | No | Yes | No | No | \- |
6575
| Sort | Yes | Yes | Yes | Yes | \- |
6676
| SortByColumns | Yes | Yes | Yes | Yes | \- |
67-
| Search | No | Yes | No | No | \- |
68-
| Lookup | Yes | Yes | Yes | Yes | Yes |
69-
| =, \<\> | Yes | Yes | Yes | Yes | Yes |
70-
| \<, \<=, \>, \>= | Yes | Yes | No | Yes | \- |
71-
| In (substring) | \- | Yes | \- | \- | \- |
72-
| In (membership) (preview) | Yes | Yes | Yes | Yes | Yes |
73-
| And/Or/Not | Yes | Yes | Yes | Yes | Yes |
7477
| StartsWith | \- | Yes | \- | \- | \- |
75-
| IsBlank | Yes [4] | Yes [4] | No [4] | Yes [4] | Yes |
76-
| Sum, Min, Max, Avg [5] | Yes | \- | \- | No | \- |
77-
| CountRows [6] [7], CountIf [5] | Yes | Yes | Yes | Yes | Yes |
78+
| Sum, Min, Max, Avg [6] | Yes | \- | \- | No | \- |
7879

7980
1. Numeric with arithmetic expressions (for example, `Filter(table, field + 10 > 100)` ) aren't delegable. Language and TimeZone aren't delegable. Casting to a column to a number isn't supported.
80-
81-
2. Doesn't support Trim[Ends] or Len. Does support other functions such as
82-
Left, Mid, Right, Upper, Lower, Replace, Substitute, etc. Also, casting such as Text(column) isn't supported for delegation.
83-
81+
2. Doesn't support Trim[Ends] or Len. Does support other functions such as Left, Mid, Right, Upper, Lower, Replace, Substitute, etc. Also, casting such as Text(column) isn't supported for delegation.
8482
3. DateTime is delegable except for DateTime functions Now() and
8583
Today().
86-
87-
4. Supports comparisons. For example, `Filter(TableName, MyCol = Blank())`.
88-
89-
5. The aggregate functions are limited to a collection of 50,000 rows. If
90-
needed, use the Filter function to select 50,000
91-
92-
6. CountRows on Dataverse uses a cached value. For non-cached values where the record count is expected to be under 50,000 records, use `CountIf(table, True)`.
93-
94-
7. For CountRows, ensure that users have appropriate permissions to get totals for the table.
84+
4. CountRows on Dataverse uses a cached value. For non-cached values where the record count is expected to be under 50,000 records, use `CountIf(table, True)`.
85+
5. For CountRows, ensure that users have appropriate permissions to get totals for the table.
86+
6. The aggregate functions are limited to a collection of 50,000 rows. If needed, use the Filter function to select 50,000. Aggregate functions are not supported on Views.
87+
7. FirstN is not supported.
88+
8. Supports comparisons. For example, `Filter(TableName, MyCol = Blank())`.
9589

9690

9791
## Call Dataverse actions directly in Power Fx (preview)

0 commit comments

Comments
 (0)