Skip to content

Commit 8f24037

Browse files
authored
Live publish
2 parents 66e7574 + 0292a87 commit 8f24037

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

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

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: tapanm-msft
55
ms.topic: reference
66
ms.custom: canvas
77
ms.reviewer: tapanm
8-
ms.date: 04/15/2022
8+
ms.date: 09/20/2022
99
ms.subservice: canvas-maker
1010
ms.author: lanced
1111
search.audienceType:
@@ -68,10 +68,13 @@ Dataverse for processing (rather than processing locally within Power Apps).
6868
| Lookup | Yes | Yes | Yes | Yes | Yes |
6969
| =, \<\> | Yes | Yes | Yes | Yes | Yes |
7070
| \<, \<=, \>, \>= | Yes | Yes | No | Yes | \- |
71+
| In (substring) | No | Yes | No | No | \- |
72+
| In (membership) (preview) | No | Yes | Yes | No | Yes |
7173
| And/Or/Not | Yes | Yes | Yes | Yes | Yes |
7274
| StartsWith | \- | Yes | \- | \- | \- |
7375
| IsBlank | Yes [4] | Yes [4] | No [4] | Yes [4] | Yes |
74-
| Sum, Min, Max, Avg | Yes [5] | \- | \- | No | \- |
76+
| Sum, Min, Max, Avg [5] | Yes | \- | \- | No | \- |
77+
| CountRows [6] [7], CountIf [5] | Yes | Yes | Yes | Yes | Yes |
7578

7679
1. Numeric with arithmetic expressions (for example, `Filter(table, field + 10 > 100)` ) aren't delegable. Language and TimeZone aren't delegable.
7780

@@ -81,20 +84,14 @@ Dataverse for processing (rather than processing locally within Power Apps).
8184
3. DateTime is delegable except for DateTime functions Now() and
8285
Today().
8386

84-
4. Supports comparisons. For example, Filter(TableName, MyCol = Blank()).
87+
4. Supports comparisons. For example, `Filter(TableName, MyCol = Blank())`.
8588

8689
5. The aggregate functions are limited to a collection of 50,000 rows. If
87-
needed, use the Filter function to select 50,000 rows from a larger set
88-
before using the aggregate function.
90+
needed, use the Filter function to select 50,000
8991

90-
> [!NOTE]
91-
> Choices, Guids, and Aggregate functions for Dataverse are supported only with
92-
the new version of the connector. Depending on the version of Power Apps that
93-
you're using, enable this connector with either the **Preview** switch titled **Relational data, choices, and other new features for Dataverse** or **Experimental** switch **Use the Dataverse connector**. To find these switches, select **Settings** > **Upcoming features** > **Preview** or **Experimental**.
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)`.
9493

95-
## Dataverse and the improved data source experience
96-
97-
If you created a canvas app with a Microsoft Dataverse connector prior to November 2019, then you might not have the benefit of the most current version of the Dataverse. Read [Dataverse connection improvements](../use-native-cds-connector.md) for more details and to upgrade your connection.
94+
7. For CountRows, ensure that users have appropriate permissions to get totals for the table.
9895

9996

10097
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)