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
The currency, whole number, and choice (formerly option sets) data types aren't currently supported.
144
+
The currency, and choice (formerly option sets) data types aren't currently supported.
143
145
144
146
## Function types
145
147
@@ -367,6 +369,36 @@ You can use the following scalar functions in a formula column:
367
369
|---------|---------|
368
370
|Retrieve a date value. |`DateAdd(UTCNow(),-1,TimeUnit.Years)`|
369
371
372
+
## Create a decimal formula column
373
+
374
+
Create a formula column that returns a decimal number.
375
+
376
+
1. When you create a column, enter the following information:
377
+
- A **Display name** for the column.
378
+
- Optionally, enter a **Description** of the column.
379
+
1. For **Data type** select ***fx* Formula**.
380
+
1. Enter a formula that returns a numeric value in the **Formula** bar.
381
+
This example creates a formula column called *Total Amount*. The *Price Per Unit* column is of decimal data type.
382
+
:::image type="content" source="media/formula-columns-decimal-fd.png" alt-text="Screenshot of a create a new formula column pane for use with a decimal number.":::
383
+
1. Expand **Advanced options**, select **Decimal** as the **Formula data type**, and then set the required number of decimal places.
384
+
:::image type="content" source="media/formula-columns-decimal-adv-options.png" alt-text="Screenshot of a decimal formula column definition.":::
385
+
1. Select **Save**.
386
+
387
+
## Create a whole number formula column
388
+
389
+
Create a formula column that returns a whole number.
390
+
391
+
1. When you create a column, enter the following information:
392
+
- A **Display name** for the column.
393
+
- Optionally, enter a **Description** of the column.
394
+
1. For **Data type** select ***fx* Formula**.
395
+
1. Enter a formula that returns a numeric value in the **Formula** bar.
396
+
This example creates a formula column called *Number of Units*. *Total Price* and *Price Per Unit* columns are of decimal data type.
397
+
:::image type="content" source="media/formula-columns-wholenum-fd.png" alt-text="Screenshot of a create a new formula column pane for use with a whole number..":::
398
+
1. Expand **Advanced options**, and select **Whole number** as the **Formula data type** and set the required format for whole number column.
399
+
:::image type="content" source="media/formula-columns-wholenum-adv-options.png" alt-text="Screenshot of a whole number formula column definition.":::
400
+
1. Select **Save**.
401
+
370
402
## Guidelines and limitations
371
403
372
404
This section describes guidelines and the known limitations with formula columns in Dataverse.
@@ -442,6 +474,8 @@ This section describes guidelines and the known limitations with formula columns
442
474
- Duplicate detection rules aren't triggered on formula columns.
443
475
- The `Now` function can be used with formula columns. `Now()` has user local behavior and `UTCNow()` has time zone independent behavior.
444
476
- You can set the precision property for decimal columns.
477
+
- Default formula data type value is set to **Decimal** for numeric value returning formulas.
478
+
- Updating whole number formula column's format isn't supported.
445
479
446
480
### Power Fx functions not currently supported
447
481
@@ -453,7 +487,6 @@ This section describes guidelines and the known limitations with formula columns
453
487
454
488
### Formula columns of data types that can't be produced
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/share-model-driven-app.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ editor: ''
6
6
tags: ''
7
7
ms.topic: how-to
8
8
ms.component: model
9
-
ms.date: 10/18/2023
9
+
ms.date: 06/28/2024
10
10
ms.subservice: mda-maker
11
11
ms.author: matp
12
12
search.audienceType:
@@ -155,7 +155,7 @@ There are a few key environment and licensing prerequisites required when sharin
155
155
- A Microsoft 365 user with Power Platform administrator rights or global admin rights must exist within the organization. [Learn how to assign Power Platform Administrator rights](/power-platform/admin/use-service-admin-role-manage-tenant). This provides the user with administrator rights over all environments.
156
156
- The app sharer must have admin privileges to the specific environment (or be a Power Platform administrator). The app sharer must have a [security role](/power-platform/admin/security-roles-privileges) with equal or greater privileges than the security role they're assigning to the app and to other users. Usually, this takes the form of the app sharer having the Dataverse **System Administrator** or **System Customizer** security role. These roles can be assigned by Power Platform administrators (who have rights over all Dataverse environments). The system administrator and system customizer security roles are standard roles that exist within all Dataverse environments.
157
157
- The user must exist as a user within the environment. It isn't enough to only be a Microsoft 365 user. This is because all users in an environment are accounted for and described within tables in the environment. [Learn how to add a user to an environment](/power-platform/admin/add-users-to-environment)
158
-
- Users must have the correct [license](/power-platform/admin/pricing-billing-skus) to be able to use the app. Users can [request a license themselves](../../user/request-license.md), or a [maker can request licenses for their app users](../common/request-licenses-for-users.md). Also, the license must be assigned in the tenant hosting the app. The exception to this prerequisite is when an app is hosted in a Microsoft Dataverse for Teams environment.
158
+
- Users must have the correct [license](/power-platform/admin/pricing-billing-skus) to be able to use the app. Users can [request a license themselves](../../user/request-license.md), or a [maker can request licenses for their app users](../common/request-licenses-for-users.md). Also, the license must be assigned in either the users home tenant or the tenant hosting the app.
159
159
160
160
## About predefined security roles
161
161
@@ -184,4 +184,4 @@ Administrators can use their organization's Microsoft Entra groups to manage acc
184
184
185
185
[Run a model-driven app on a mobile device](/dynamics365/customerengagement/on-premises/basics/dynamics-365-phones-tablets-users-guide-onprem)
Copy file name to clipboardExpand all lines: powerapps-docs/user/grid-filters.md
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,16 @@
1
1
---
2
2
title: Explore data on a grid page
3
3
description: Explore tabular data on a grid page in model-driven apps.
4
-
author: jasongre
4
+
author: fikaradz
5
5
ms.component: pa-user
6
6
ms.topic: conceptual
7
-
ms.date: 06/05/2024
7
+
ms.date: 06/28/2024
8
8
ms.subservice: end-user
9
-
ms.author: jasongre
9
+
ms.author: fikaradz
10
10
ms.reviewer: sericks
11
11
ms.assetid:
12
12
search.audienceType:
13
13
- enduser
14
-
contributors:
15
-
- fikaradz
16
14
---
17
15
# Explore data on a grid page
18
16
@@ -96,7 +94,7 @@ If your administrator has turned on quick find, then the search box shows **Quic
96
94
97
95
## Column header actions
98
96
99
-
Dropdown column headers provide a variety of options to let you modify the data shown in the grid.
97
+
Dropdown column headers provide various options to let you modify the data shown in the grid.
100
98
101
99
### Sorting
102
100
@@ -113,7 +111,7 @@ To focus on records that meet particular criteria, you can filter a view by one
113
111
> In Unified Interface, grids don't pre-populate column filters based on the current view definition.
114
112
115
113
> [!NOTE]
116
-
> Filtering is not supported on virtual entities.
114
+
> Filtering isn't supported on virtual entities. The grid filter's look-up list is limited to 100 results.
117
115
118
116
#### Filtering on a lookup column
119
117
@@ -137,7 +135,7 @@ Use the activity type filter to show only the activities you're interested in, s
137
135
138
136
When configured, the dropdown column headers surface a **Group by** option. This allows you to group the data in the grid by values in the selected group.
139
137
140
-
- Grouping is available for most kinds of columns. This notably does not include lookup columns.
138
+
- Grouping is available for most kinds of columns. This notably doesn't include lookup columns.
141
139
- When grouping on date fields, you need to choose a timeframe to on which to group. This includes day, week, month, quarter, and year.
142
140
- You can only group by one column at a time; selecting **Group by** on a different column replaces any existing grouping criteria.
143
141
- You can remove the grouping by selecting **Ungroup** from the same dropdown column header to remove the grouping.
0 commit comments