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
+31-2Lines changed: 31 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,9 @@ 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
@@ -82,14 +81,44 @@ When you add a comment in the formula bar, Copilot will provide a suggested form
82
81
- User defined functions aren't supported.
83
82
- This feature isn't available in the Canada region.
84
83
84
+
85
85
### Enable or disable Copilot comment generated formulas
86
86
87
+
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.
88
89
89
90
- Go to **Settings** > **Upcoming features**. Set the toggle to **On** or **Off** for **Copilot comment-generated formulas**.
90
91
91
92
> [!NOTE]
92
93
> When **Copilot comment generated formulas** is fully integrated into the platform and generally available, it won't be possible to disable it.
94
+
93
95
## Responsible AI
94
96
95
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.
0 commit comments