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/maker/canvas-apps/ai-formulas-formulabar.md
+37-15Lines changed: 37 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: warrenbryant-msft
5
5
ms.topic: conceptual
6
6
ms.custom: canvas
7
7
ms.reviewer: mkaur
8
-
ms.date: 5/2/2024
8
+
ms.date: 7/22/2024
9
9
ms.subservice: canvas-maker
10
10
ms.author: warrenbryant
11
11
search.audienceType:
@@ -48,26 +48,20 @@ Use Copilot in the formula bar to understand what a formula is doing.
48
48
49
49
50
50
### Known Limitations
51
-
- There's a 1,000 character limit for formula explanations.
51
+
- There's a 5,000 character limit for formula explanations.
52
52
- Copilot in Power Apps is only aware of default properties.
53
53
- User defined functions aren't supported.
54
-
- This feature isn't available in the Canada region.
55
54
56
55
## Copilot comment generated formulas (preview)
57
56
58
57
[This section is prerelease documentation and is subject to change.]
59
58
60
-
Add a comment in the formula bar and Copilot will suggest a suitable formula. You can accept the suggestion or typing through it. The comments can remain in the formula bar as documentation, similar to regular code comments.
61
-
62
-
63
-
> [!IMPORTANT]
64
-
> - Preview features aren’t meant for production use and may have restricted functionality. These features are available before an official release so that customers can get early access and provide feedback. For more information, see [Power Apps preview program](../powerapps-preview-program.md).
65
-
> - This capability is in the process of rolling out, and may not be available in your region yet.
59
+
When you add a comment in the formula bar, Copilot will provide a suggested formula. You have the option to accept the suggestion or manually type the formula. These comments can serve as documentation in the formula bar, just like regular code comments.
66
60
67
61
1. With your canvas app open for editing, type a code comment using **//** or **/*** in the formula bar.
Wait few seconds for Copilot to generate a formula recommendation.
64
+
Wait few seconds for Copilot to generate a formula recommendation or press enter to generate immediately.
71
65
72
66
1. Use the **Tab key** on the keyboard to select and use the recommended formula. You can also type through the recommendation.
73
67
:::image type="content" source="media/copilot/ufb-commentfx-copilot.png" alt-text="Typed comment with recommended formula":::
@@ -83,20 +77,48 @@ Add a comment in the formula bar and Copilot will suggest a suitable formula. Yo
83
77
- Copilot in Power Apps only recognizes the default properties within the app.
84
78
- Code comments only work with general Power Fx functions, and not Power Apps specific functions such as **Navigate()**.
85
79
- The advanced panel doesn't trigger suggestions.
86
-
- While Copilot is generating formula suggestions, other activities in the Power Apps Studio might be temporarily unavailable.
87
80
- Existing formulas for that property aren't included in the recommendation.
88
81
- User defined functions aren't supported.
89
82
- This feature isn't available in the Canada region.
90
83
91
-
### Disable Copilot comment generated formulas
92
84
93
-
Copilot comment generated formulas can be disabled from app settings.
85
+
### Enable or disable Copilot comment generated formulas
94
86
95
-
- Go to **Settings** > **Upcoming features**. Set the toggle to **Off** for **Copilot comment-generated formulas**.
87
+
88
+
Copilot comment generated formulas are enabled by default for new apps, and disabled by default for existing apps, but can be enabled or disabled for any app from app settings.
89
+
90
+
- Go to **Settings** > **Upcoming features**. Set the toggle to **On** or **Off** for **Copilot comment-generated formulas**.
96
91
97
92
> [!NOTE]
98
-
> You won't be able to disable **Copilot comment generated formulas**when it's generally available.
93
+
> When **Copilot comment generated formulas**is fully integrated into the platform and generally available, it won't be possible to disable it.
99
94
100
95
## Responsible AI
101
96
102
97
Review the Microsoft Documentation on [FAQ about using AI responsibly in Power Apps](../common/responsible-ai-overview.md) to understand the choices a user has when working with AI. Additionally, review the [Power Fx Copilot FAQ](../common/faqs-copilot-powerfx.md) for questions regarding this functionality specifically.
98
+
99
+
## Language Support
100
+
101
+
The following table lists the languages available for the formula bar copilot features, which is based on the settings in your Power Platform environment and browser.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/common/faqs-copilot-powerfx.md
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: FAQs about using Copilot with Power Fx
3
3
description: FAQ that discusses Copilot and Power Fx
4
-
ms.date: 4/23/2024
4
+
ms.date: 7/15/2024
5
5
ms.custom:
6
6
- transparency-note
7
7
ms.topic: article
@@ -24,13 +24,17 @@ Power Apps Studio has several features to help makers understand and write Power
24
24
25
25
- Write a comment in the formula bar that describes a formula to receive a suggested Power Fx expression.
26
26
- Receive an explanation for the current formula displayed in the formula bar.
27
-
-From a supported control's inline action bar, open Copilot to describe a formula and receive a suggested formula and suggested property to apply it to.
27
+
-Open Copilot from a supported control's inline action bar to describe a formula and receive a suggested formula and suggested property to apply it to.
28
28
29
29
## What is the system's intended use?
30
30
31
31
- Generate a single Power Fx expression from an English description.
32
32
- Generate an English description of the formula shown in the formula bar.
33
33
34
+
## What languages are supported?
35
+
36
+
Because Power Fx can be used across many different features, each generally available (GA) feature may have a different set of supported languages the meet Microsoft's responsible AI standards. For details on language support for specific features see, [Create Power Fx formulas with Copilot](../canvas-apps/ai-formulas-formulabar.md#language-support)
37
+
34
38
## How was Power Fx with Copilot evaluated? What metrics are used to measure performance?
35
39
36
40
We qualitatively test the model's Power Fx formula generation and descriptions against an internally built set of Power Fx formulas and descriptions. Additionally, we're monitoring telemetry data to track the number of makers who tried the feature, the success rate of the feature, and the ratio of positive to negative feedback.
@@ -39,9 +43,9 @@ Before releasing the Copilot feature in preview, we conducted extensive testing
39
43
## What are the limitations of Power Fx with Copilot? How can users minimize the impact of Power Fx Copilot limitations when using the system?
40
44
41
45
- Named Formulas and User Defined Functions can't be generated with Copilot at this time.
42
-
- Variables have to be in use (declared) already for Copilot to use them, it will not introduce new variables.
43
-
- Preview features aren't meant for production use and might have restricted functionality. These features are available before an official release so that customers can get early access and provide feedback.
44
-
-For more information, see[preview terms](https://go.microsoft.com/fwlink/?linkid=2173149).
46
+
- Variables have to be in use (declared) already for Copilot to use them, it doesn't introduce new variables.
47
+
- Preview features aren't meant for production use and might restrict functionality. These features are available before an official release so that customers can get early access and provide feedback.
48
+
-More information available in[preview terms](https://go.microsoft.com/fwlink/?linkid=2173149).
45
49
- This capability is powered by [Azure OpenAI Service](/azure/cognitive-services/openai/overview).
46
50
- This capability is in process of rolling out, and might not be available in your region yet.
47
51
- This capability can be subject to usage limits or capacity throttling.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/data-platform/create-virtual-tables-using-connectors.md
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Create virtual tables using virtual connectors (Microsoft Dataverse) | Microsoft Docs"
3
3
description: "Learn how to create virtual tables using virtual connectors in Microsoft Dataverse."
4
-
ms.date: 07/02/2024
4
+
ms.date: 07/22/2024
5
5
ms.reviewer: matp
6
6
ms.topic: article
7
7
author: NHelgren
@@ -23,6 +23,7 @@ This document covers the new experience using Power Apps (make.powerapps.com) t
23
23
- Microsoft SharePoint
24
24
- Microsoft Fabric. More information: [Build apps and automations, drive action with insights from Microsoft Fabric](azure-synapse-link-build-apps-with-fabric.md)
25
25
- Salesforce (preview)
26
+
- Oracle (preview)
26
27
27
28
You can create a virtual table for Excel using the virtual connector provider by following the legacy process. More information: [Create the virtual table for Microsoft Excel](#create-the-virtual-table-for-microsoft-excel)
28
29
@@ -32,6 +33,7 @@ To learn more about supported actions and limitations with the connector, go to:
32
33
-[Connector reference for the Microsoft Excel Online Business connector](/connectors/excelonlinebusiness/)
33
34
-[Connector reference for the SharePoint Online connector](/connectors/sharepointonline/)
34
35
-[Connector reference for the Salesforce connector](/connectors/salesforce/)
36
+
-[Connector reference for the Oracle connector](/connectors/oracle/)
35
37
36
38
## Overview
37
39
@@ -157,6 +159,19 @@ Select Add connection:
157
159
-**Login URI**: Select either **Production** (default) or **Sandbox**.
158
160
-**Salesforce API version**: Select **v41.0** (default) or a later version.
For Oracle connections, you must provide a server, authentication type, username, password, and a gateway.
172
+
173
+
Server should be provided in **Server:Port/SID**-format. Notice that the server name or IP-address needs to be accessible from the [on-premises data gateway](/data-integration/gateway/service-gateway-onprem).
0 commit comments