Skip to content

Commit 3b1d7e3

Browse files
authored
Merge pull request #10541 from MicrosoftDocs/warrenbryant-msft-explainpartial
updated explain formula to include partial - 11/4 publish
2 parents 6404848 + 54733e5 commit 3b1d7e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

powerapps-docs/maker/canvas-apps/ai-formulas-formulabar.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Copilot to create and edit Power Fx formulas in Power Apps
33
description: Learn how to use Copilot, an AI feature in Power Apps, to create and edit Power Fx formulas in the formula bar from natural language or code comments.
44
author: warrenbryant-msft
55
ms.author: warrenbryant
6-
ms.date: 10/21/2024
6+
ms.date: 11/5/2024
77
ms.topic: conceptual
88
ms.reviewer: mkaur
99
ms.subservice: canvas-maker
@@ -42,17 +42,17 @@ Use Copilot in the formula bar to understand what a formula is doing in plain la
4242

4343
1. Select a control and its corresponding property.
4444

45-
1. On the formula bar, select the **Copilot functionality menu** > **Explain this formula**.
45+
1. On the formula bar, select the **Copilot functionality menu** > **Explain this formula**, or select a subset of a formula and then select the **Copilot functionality menu** > **Explain this Selection** to explain only that part.
4646

4747
:::image type="content" source="media/copilot/ufb-explain-copilot.png" alt-text="Screenshot of the Copilot functionality menu showing the Explain this formula item.":::
4848

49-
Copilot provides an explanation of the formula that you can copy and insert as a code comment or share with other makers who are working on the same app.
49+
Copilot provides an explanation of the formula that you can copy and insert as a code comment or share with other makers who are working on the same app. When explaining a selection, the Copilot may explain additional context around the selection if it is important to providing the explanation.
5050

5151
:::image type="content" source="media/copilot/ufb-explanation-copilot.png" alt-text="Screenshot of Copilot's explanation of a formula.":::
5252

5353
### Known limitations of explaining formulas
5454

55-
- The maximum length of a formula explanation is 5,000 characters.
55+
- The maximum length for a formula explanation is 5,000 characters. If the formula exceeds this limit, use a partial explanation to ensure it works.
5656
- Copilot only recognizes default properties in Power Apps.
5757
- Copilot doesn't recognize user-defined functions.
5858

0 commit comments

Comments
 (0)