From 8c16e73cbdb72196d5bf94884bfc77d745aa1b36 Mon Sep 17 00:00:00 2001 From: Marc Lelijveld <38921736+marclelijveld@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:54:11 +0100 Subject: [PATCH 1/4] Conditional formatting is supported Conditional formatted is supported. Removed from the limitations. --- .../transform-model/desktop-visual-calculations-overview.md | 1 - 1 file changed, 1 deletion(-) diff --git a/powerbi-docs/transform-model/desktop-visual-calculations-overview.md b/powerbi-docs/transform-model/desktop-visual-calculations-overview.md index 72e69d4a60..bf644d395a 100644 --- a/powerbi-docs/transform-model/desktop-visual-calculations-overview.md +++ b/powerbi-docs/transform-model/desktop-visual-calculations-overview.md @@ -251,7 +251,6 @@ Visual calculations are currently in preview, and during preview, you should be * You can't use the [Publish to web](../collaborate-share/service-publish-to-web.md) functionality with reports that use visual calculations or hidden fields. * When exporting data from visuals, visual calculation results are not included in the [underlying data](../visuals/power-bi-visualization-export-data.md) export. Hidden fields are never included in the export, except when exporting the [underlying data](../visuals/power-bi-visualization-export-data.md). * You can't use the *see records* drill-through functionality with visuals that use visual calculations or hidden fields. -* You can't apply [conditional formatting](../create-reports/desktop-conditional-table-formatting.md) on visual calculations. * You can't set [data categories](desktop-data-categorization.md) on visual calculations. * You can't [change aggregations](../create-reports/service-aggregates.md#change-how-a-numeric-field-is-aggregated) on visual calculations. * You can't change the sort order for visual calculations. From e2e1b3a6a06be56adf8398ccecd2d8f0a50d6389 Mon Sep 17 00:00:00 2001 From: Zakareyya Dandan Date: Wed, 12 Feb 2025 12:04:50 +0200 Subject: [PATCH 2/4] Update Performance Analyzer instructions to reflect "Optimize" ribbon Replaced "View ribbon" with "Optimize ribbon" to reflect the updated Power BI Desktop interface where the Performance Analyzer pane is now located under the Optimize ribbon. --- powerbi-docs/create-reports/desktop-performance-analyzer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerbi-docs/create-reports/desktop-performance-analyzer.md b/powerbi-docs/create-reports/desktop-performance-analyzer.md index 721b3d9f2e..86f1bb6431 100644 --- a/powerbi-docs/create-reports/desktop-performance-analyzer.md +++ b/powerbi-docs/create-reports/desktop-performance-analyzer.md @@ -22,7 +22,7 @@ Performance Analyzer inspects and displays the duration necessary for updating o ## Display the Performance Analyzer pane -In **Power BI Desktop** select the **View** ribbon, and then select **Performance Analyzer** to display the Performance Analyzer pane. +In **Power BI Desktop** select the **Optimize** ribbon, and then select **Performance Analyzer** to display the Performance Analyzer pane. :::image type="content" source="media/desktop-performance-analyzer/performance-analyzer-02-inline.png" alt-text="Screenshot of the View ribbon, highlighting Performance Analyzer." lightbox="media/desktop-performance-analyzer/performance-analyzer-02-expanded.png"::: From 691f33500b0e5a3d1ec2257a5ae61854c231c363 Mon Sep 17 00:00:00 2001 From: Eugene Meidinger Date: Thu, 13 Feb 2025 09:36:53 -0500 Subject: [PATCH 3/4] Update embedded-analytics-power-bi.md Added Fabric as an offering. Tried to parallel language from https://learn.microsoft.com/en-us/power-bi/developer/embedded/embedded-capacity --- .../developer/embedded/embedded-analytics-power-bi.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/powerbi-docs/developer/embedded/embedded-analytics-power-bi.md b/powerbi-docs/developer/embedded/embedded-analytics-power-bi.md index 13fdb774aa..532708ab05 100644 --- a/powerbi-docs/developer/embedded/embedded-analytics-power-bi.md +++ b/powerbi-docs/developer/embedded/embedded-analytics-power-bi.md @@ -69,12 +69,14 @@ For development testing, you can use free embed trial tokens with a Pro license. > [!IMPORTANT] > Free trial tokens are limited to development testing only. Once going to production, a capacity must be purchased. Until a capacity is purchased, the *Free trial version* banner will continue to appear at the top of the embedded report. -There are two types of Power BI embedded analytics offerings. Each offer includes a different type of SKU that you use to buy a Power BI [capacity](./embedded-capacity.md): +There are two types of Power BI embedded analytics offerings as well as an offering from Microsoft Fabric. Each offer includes a different type of SKU that you use to buy a Power BI [capacity](./embedded-capacity.md): * [Power BI Embedded](https://azure.microsoft.com/services/power-bi-embedded/#overview) is an Azure offer that includes A SKUs. *Power BI Embedded* is associated with the [*embed for your customers*](#embed-for-your-customers) solution. * [Power BI Premium](https://powerbi.microsoft.com/power-bi-premium/) is a Microsoft Office offer that includes P or EM SKUs. +* [Microsoft Fabric](https://learn.microsoft.com/en-us/fabric/) is an Azure offer that includes F SKUs. + For more information about the differences between the Embedded and Premium SKUs, see [Capacity and SKUs in Power BI embedded analytics](embedded-capacity.md). ## Related content From 4406d2047f48136a16e729e56a610294e562e5dc Mon Sep 17 00:00:00 2001 From: Mona Berdugo <82447518+mberdugo@users.noreply.github.com> Date: Thu, 13 Feb 2025 18:26:47 +0200 Subject: [PATCH 4/4] Update Microsoft Fabric link in documentation --- powerbi-docs/developer/embedded/embedded-analytics-power-bi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerbi-docs/developer/embedded/embedded-analytics-power-bi.md b/powerbi-docs/developer/embedded/embedded-analytics-power-bi.md index 532708ab05..842bac4eac 100644 --- a/powerbi-docs/developer/embedded/embedded-analytics-power-bi.md +++ b/powerbi-docs/developer/embedded/embedded-analytics-power-bi.md @@ -75,7 +75,7 @@ There are two types of Power BI embedded analytics offerings as well as an offer * [Power BI Premium](https://powerbi.microsoft.com/power-bi-premium/) is a Microsoft Office offer that includes P or EM SKUs. -* [Microsoft Fabric](https://learn.microsoft.com/en-us/fabric/) is an Azure offer that includes F SKUs. +* [Microsoft Fabric](https://www.microsoft.com/microsoft-fabric/) is an Azure offer that includes F SKUs. For more information about the differences between the Embedded and Premium SKUs, see [Capacity and SKUs in Power BI embedded analytics](embedded-capacity.md).