Skip to content

Commit a93c86f

Browse files
authored
Live publish
2 parents 56d077c + 6ce8c72 commit a93c86f

File tree

6 files changed

+11
-12
lines changed

6 files changed

+11
-12
lines changed

powerapps-docs/guidance/fusion-dev-ebook/03-building-low-code-prototype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ In addition to navigating from the **Home** screen to the other screens in the s
633633
634634
9. Similarly, add an icon named **IconReturn3** to the **RectQuickActionBar1\_1** control in the **BrowseAppointments** screen.
635635
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:
637637
638638
![Set App OnStart formula.](media/image74.png)
639639

powerapps-docs/maker/common/wrap/code-sign-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Parameters:
8383
- **keystore** - the name of the keystore you're using.
8484
- **openssl** - generates SHA1 key for Android.
8585

86-
Add the generated signature has in the **Redirect URI** while [registering the app](how-to.md#app-registration).
86+
Add the generated signature hash in the **Redirect URI** while [registering the app](how-to.md#app-registration).
8787

8888
### Convert SHA1 hex to Base64-encoded signature hash manually
8989

powerapps-docs/maker/data-platform/azure-synapse-link-synapse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ You can use the Azure Synapse Link to connect your Microsoft Dataverse data to A
5656

5757
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) and select your preferred environment.
5858

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**.
6060

6161
![Navigate to Power Apps.](media/navigate-to-powerapps.png "Navigate to Power Apps")
6262

63-
3. Select the the **Connect to your Azure Synapse workspace (Preview)** option.
63+
3. Select the **Connect to your Azure Synapse workspace** option.
6464

6565
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**.
6666

powerapps-docs/maker/data-platform/export-data-lake-faq.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ sections:
7171
answer: |
7272
Any table that does not have change tracking enabled will not be supported in addition to following system tables:
7373
- Attachment
74-
- String Map
7574
- Calendar
7675
- question: Does Azure Synapse Link support calculated columns?
7776
answer: |

powerapps-docs/maker/data-platform/migrate-access-datatypes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: conceptual
66
ms.custom:
77
- model
88
ms.reviewer: matp
9-
ms.date: 01/09/2023
9+
ms.date: 01/26/2023
1010
ms.subservice: dataverse-maker
1111
ms.author: nhelgren
1212
search.audienceType:
@@ -67,7 +67,7 @@ In the following table, the data type mappings supported can assist you in plann
6767

6868
## Access and Dataverse data size comparison
6969

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.
7171

7272
|Access/Dataverse data type |Access limit |Dataverse limit |
7373
|---------|---------|---------|
@@ -77,8 +77,8 @@ You'll notice some Dataverse columns don't have the same size capacity as Access
7777
|Date and Time | Standard date and time | Standard data and time |
7878
|Currency<sup>5</sup> | Min/max -922,337,203,685,477/+922,337,203,685,477 | Min/max -922,337,203,685,477/+922,337,203,685,477 |
7979
|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 |
8282
|Yes/No | Boolean | Boolean |
8383
|Int/Whole Number | Min/max -2^31/+2^31 | Min/max -2,147,483,647/+2,147,483,647 |
8484
|Lookup Wizard/ Lookup | Multiple column return | Single column return |
@@ -134,9 +134,9 @@ To successfully migrate a choice field from Access, the field must be created in
134134

135135
## Migrate Number:Single and Number:Double columns to Dataverse
136136

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.
138138

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.
140140

141141
### See also
142142

powerapps-docs/maker/model-driven-apps/powerbi-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add a Power BI report to a model-driven app form using the Power BI report contr
2929

3030
1. In the form designer, select **Components** on the left navigation pane, expand **Power BI**, and then select **Power BI Report**.
3131
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).
3333
- **Show filter pane**. When **True**, displays the filter pane in the Power BI report.
3434
- **Expand filter pane by default**. When **True**, expands the filter pane by default.
3535
- **Save filter updates**. When **True** and someone leaves the report, the filter will be saved and reapplied when the person returns.

0 commit comments

Comments
 (0)