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/guidance/fusion-dev-ebook/03-building-low-code-prototype.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -633,7 +633,7 @@ In addition to navigating from the **Home** screen to the other screens in the s
633
633
634
634
9. Similarly, add an icon named **IconReturn3** to the **RectQuickActionBar1\_1** control in the **BrowseAppointments** screen.
635
635
636
-
10. On the **Tree view** pane, select the **App** object. Change the **OnStart** action property to the expression **Navigate(Home, ScreenTransition.Fade)**. This action ensures that the **Home** screen is displayed whenever the app starts:
636
+
10. On the **Tree view** pane, select the **App** object. Change the **StartScreen** property to the expression **Home**. This ensures that the **Home** screen is displayed whenever the app starts:
Copy file name to clipboardExpand all lines: powerapps-docs/maker/data-platform/azure-synapse-link-synapse.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,11 +56,11 @@ You can use the Azure Synapse Link to connect your Microsoft Dataverse data to A
56
56
57
57
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) and select your preferred environment.
58
58
59
-
2. On the left navigation pane, select **Data**, select **Azure Synapse Link**, and then on the command bar, select **+ New link to data lake**.
59
+
2. On the left navigation pane, select **Data**, select **Azure Synapse Link**, and then on the command bar, select **+ New link**.
60
60
61
61

62
62
63
-
3. Select the the **Connect to your Azure Synapse workspace (Preview)** option.
63
+
3. Select the **Connect to your Azure Synapse workspace** option.
64
64
65
65
4. Select the **Subscription**, **Resource group**, **Workspace name**, and **Storage account**. Ensure that the Synapse workspace and storage account meet the requirements specified in the [Prerequisites](#prerequisites) section. Select **Next**.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/data-platform/migrate-access-datatypes.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.topic: conceptual
6
6
ms.custom:
7
7
- model
8
8
ms.reviewer: matp
9
-
ms.date: 01/09/2023
9
+
ms.date: 01/26/2023
10
10
ms.subservice: dataverse-maker
11
11
ms.author: nhelgren
12
12
search.audienceType:
@@ -67,7 +67,7 @@ In the following table, the data type mappings supported can assist you in plann
67
67
68
68
## Access and Dataverse data size comparison
69
69
70
-
You'll notice some Dataverse columns don't have the same size capacity as Access. As noted above, if a column contains data too large to be migrated, the migration tool alerts the user that the contents can't be migrated. This is to prevent data loss. This decision is not based on the maximum possible size for the column, but rather the size of the actual data in each row.
70
+
You'll notice some Dataverse columns don't have the same size capacity as Access. As noted above, if a column contains data too large to be migrated, the migration tool alerts the user that the contents can't be migrated. This is to prevent data loss. This decision isn't based on the maximum possible size for the column, but rather the size of the actual data in each row.
71
71
72
72
|Access/Dataverse data type |Access limit |Dataverse limit |
73
73
|---------|---------|---------|
@@ -77,8 +77,8 @@ You'll notice some Dataverse columns don't have the same size capacity as Access
77
77
|Date and Time | Standard date and time | Standard data and time |
|Decimal Number | Min/max -10^28-1/+10^28-1 up to 28 decimals | Min/max -100,000,000,000/+100,000,000,000 up to 10 decimal places |
80
-
|Float (Number:Single) | -3.402823E38 to -1.401298E-45 for negative values and 1.401298E-45 to 3.402823E38 for positive values. |Min/max -100,000,000,000/+100,000,000,000 up to 5 decimal places |
81
-
|Float (Number:Double) |-1.79769313486231E308 to -4.94065645841247E-324 for negative values and 4.94065645841247E-324 to 1.79769313486231E308 for positive values. |Min/max -100,000,000,000/+100,000,000,000 up to 5 decimal places |
80
+
|Float (Number:Single) | -3.402823E38 to -1.401298E-45 for negative values and 1.401298E-45 to 3.402823E38 for positive values. |Min/max -100,000,000,000/+100,000,000,000 up to five decimal places |
81
+
|Float (Number:Double) |-1.79769313486231E308 to -4.94065645841247E-324 for negative values and 4.94065645841247E-324 to 1.79769313486231E308 for positive values. |Min/max -100,000,000,000/+100,000,000,000 up to five decimal places |
82
82
|Yes/No | Boolean | Boolean |
83
83
|Int/Whole Number | Min/max -2^31/+2^31 | Min/max -2,147,483,647/+2,147,483,647 |
@@ -134,9 +134,9 @@ To successfully migrate a choice field from Access, the field must be created in
134
134
135
135
## Migrate Number:Single and Number:Double columns to Dataverse
136
136
137
-
Both Access and Dataverse include the ability to store floating point numbers. Access uses `Number:Single` and `Number:Double` for this. These data types are often used for any number column. Dataverse has a **Floating Point Number** data type, but it has some limitations with how it's implemented. Dataverse only allows a maximum of five decimal places. Therefore, there is a danger of losing data when migrating floating point numbers from Access to Dataverse. Because of this possibility of data loss, `Number:Single` and `Number:Double` values can't currently be migrated to Dataverse.
137
+
Both Access and Dataverse include the ability to store floating point numbers. Access uses `Number:Single` and `Number:Double` for this. These data types are often used for any number column. Dataverse has a **Floating Point Number** data type, but it has some limitations with how it's implemented. Dataverse only allows a maximum of five decimal places with a minimum/maximum value of -/+ 100,000,000,000. When migrating, the validator informs you that by migrating this data as a float you'll lose some decimal precision. If that's acceptable, you can migrate the tables automatically. During the migration process any rows that exceed the min/max size limits won't be migrated and will be stored locally in a file in Access just as with any other out of range data type.
138
138
139
-
However, you can migrate Access `Number:Single` and `Number:Double`data to Dataverse by changing the data type in Access. You can use the Access table designer and change the type of `Number:Single` and `Number:Double` columns to **Decimal**. Then any row that does not exceed the minimum/maximum decimal limits can be migrated.
139
+
However, if you need to migrate but don't want to lose decimal precision, you can migrate Access `Number:Single` and `Number:Double`by changing the data type in Access. You can use the Access table designer and change the type of `Number:Single` and `Number:Double` columns to **Decimal**, which support up to 10 decimal places in Dataverse. Then any row that doesn't exceed the minimum/maximum decimal limits can be migrated.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/powerbi-control.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Add a Power BI report to a model-driven app form using the Power BI report contr
29
29
30
30
1. In the form designer, select **Components** on the left navigation pane, expand **Power BI**, and then select **Power BI Report**.
31
31
1. Choose from the following properties:
32
-
-**Report**. Select the Power BI report that you want displayed on the form.
32
+
-**Report**. Select the Power BI report that you want displayed on the form. More information: [Create Power BI report and dataset components](create-edit-powerbi-report-dataset-components.md).
33
33
-**Show filter pane**. When **True**, displays the filter pane in the Power BI report.
34
34
-**Expand filter pane by default**. When **True**, expands the filter pane by default.
35
35
-**Save filter updates**. When **True** and someone leaves the report, the filter will be saved and reapplied when the person returns.
0 commit comments