You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/data-platform/dataverse-sql-query.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,8 @@ Dataverse choice columns are represented as \<choice\>Name and \<choice\>Label i
99
99
100
100
There is an 80-MB maximum size limit for query results returned from the Dataverse endpoint. Consider using data integration tools such as [Azure Synapse Link for Dataverse](../../maker/data-platform/export-to-data-lake.md) and [dataflows](/power-bi/transform-model/dataflows/dataflows-introduction-self-service) for large data queries that return over 80 MB of data. More information: [Importing and exporting data](../../maker/data-platform/import-export-data.md)
101
101
102
-
To help limit size of the return size limit, use of multi-line text columns, and choice columns.
102
+
> [!TIP]
103
+
> To help keep the size of the returned data within acceptable limits, use as few multi-line text columns and choice columns as possible.
103
104
104
105
Dates returned in query results are formatted as Universal Time Coordinated (UTC). Previously, dates were returned in local time.
0 commit comments