From 3d60c3e30b9d1e7e34434eff0d84862779470900 Mon Sep 17 00:00:00 2001 From: Rui Romano Date: Mon, 16 Dec 2024 19:30:11 +0000 Subject: [PATCH 01/16] sample fix --- powerbi-docs/developer/projects/projects-report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerbi-docs/developer/projects/projects-report.md b/powerbi-docs/developer/projects/projects-report.md index 1c46728f0d..60c3ae42ad 100644 --- a/powerbi-docs/developer/projects/projects-report.md +++ b/powerbi-docs/developer/projects/projects-report.md @@ -110,10 +110,10 @@ Example using `byConnection`: "datasetReference": { "byPath": null, "byConnection": { - "connectionString": "Data Source=powerbi://api.powerbi.com/v1.0/myorg/WorkpaceName;Initial Catalog=SemanticModelName;Integrated Security=ClaimsToken", + "connectionString": "Data Source=powerbi://api.powerbi.com/v1.0/myorg/[WorkpaceName];Initial Catalog=[SemanticModelName];Integrated Security=ClaimsToken", "pbiServiceModelId": null, "pbiModelVirtualServerName": "sobe_wowvirtualserver", - "pbiModelDatabaseName": "e244efd3-e253-4390-be28-6be45d9da47e", + "pbiModelDatabaseName": "[Semantic Model Id]", "connectionType": "pbiServiceXmlaStyleLive", "name": "EntityDataSource" } From a73cbd602bc0b39904857d9f2bb984bd34f27e37 Mon Sep 17 00:00:00 2001 From: Rui Romano Date: Wed, 18 Dec 2024 10:16:22 +0000 Subject: [PATCH 02/16] Onedrive file locking issue --- powerbi-docs/developer/projects/projects-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerbi-docs/developer/projects/projects-overview.md b/powerbi-docs/developer/projects/projects-overview.md index fc701402c6..f7026fe342 100644 --- a/powerbi-docs/developer/projects/projects-overview.md +++ b/powerbi-docs/developer/projects/projects-overview.md @@ -188,7 +188,7 @@ Use VS Code to map JSON schemas to the files being authored. JSON schemas for pr - Sensitivity labels aren't supported with Power BI projects. - Diagram view is ignored when editing models in the Service. - When saving as a Power BI Project, the maximum length of the project files path is 260 characters. -- In Power BI Desktop, you can't save as a PBIP directly to OneDrive and SharePoint. +- In Power BI Desktop, you can't save as a PBIP directly to OneDrive and SharePoint. You can use *Save As* to save files to a locally synced OneDrive folder; however, this may cause file locking issues, potentially leading to failed save operations in Power BI Desktop. - When editing PBIP files outside of Power BI Desktop, they should be saved using UTF-8 without BOM encoding. - Report Linguistic Schema isn't supported with Power BI projects. - Power BI Desktop uses CRLF as end-of-line. To avoid problems in your diffs, configure Git to handle line endings by enabling [autocrlf](https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings). 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 03/16] 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 8a95f15d11a8a33a2063c45159cc2366367240ab Mon Sep 17 00:00:00 2001 From: aambalavanan <166076641+aambalavanan@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:35:15 -0800 Subject: [PATCH 04/16] Update desktop-sharepoint-save-share.md --- powerbi-docs/create-reports/desktop-sharepoint-save-share.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/powerbi-docs/create-reports/desktop-sharepoint-save-share.md b/powerbi-docs/create-reports/desktop-sharepoint-save-share.md index db62eb73c2..f9fed131db 100644 --- a/powerbi-docs/create-reports/desktop-sharepoint-save-share.md +++ b/powerbi-docs/create-reports/desktop-sharepoint-save-share.md @@ -237,3 +237,7 @@ If you have signed-in to Power BI on multiple different accounts, you can see fi ### Unable to create a new folder inside SharePoint For some specific SharePoint document libraries, users may not have permissions to create folders. As a result, when the user selects the "New Folder" button, the new folder is not added. To resolve this error, please work with an admin to ensure you have sufficient permissions or choose a different OneDrive/SharePoint location. + +### Unable to find desired SharePoint library in updated file picker + +When viewing your list of SharePoint libararies in the file picker, there may be libraries you need that are missing. There is currently no support for directly adding a SharePoint site via URL in the new file picker. To resolve this error, you can add frequently visited SharePoint sites to your list by directly following the site on SharePoint. The site should then show up in the file picker after restarting Power BI. From ae8bdf9c4aeb941882d0ac2ecd053f1e9541f034 Mon Sep 17 00:00:00 2001 From: aambalavanan <166076641+aambalavanan@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:58:01 -0800 Subject: [PATCH 05/16] Update service-quick-create-sharepoint-list.md --- .../create-reports/service-quick-create-sharepoint-list.md | 1 + 1 file changed, 1 insertion(+) diff --git a/powerbi-docs/create-reports/service-quick-create-sharepoint-list.md b/powerbi-docs/create-reports/service-quick-create-sharepoint-list.md index 10b49bfb6e..7a12701798 100644 --- a/powerbi-docs/create-reports/service-quick-create-sharepoint-list.md +++ b/powerbi-docs/create-reports/service-quick-create-sharepoint-list.md @@ -80,6 +80,7 @@ Anyone can use the **Visualize the list** or **visualize the library** feature t - This feature isn't supported for guest users in a tenant. - Within SharePoint libraries, this option will only show on the root of the document library. - The reports and semantic models created through this SharePoint experience are stored in special, system-generated workspaces hosted in shared capacity. Users aren't meant to access these workspaces outside of the SharePoint experience. +- If a user enables a terms of use acceptance flow in SharePoint, they will not be able to create a report from a SharePoint list due to issues with user authentication. ## Troubleshooting From e2e1b3a6a06be56adf8398ccecd2d8f0a50d6389 Mon Sep 17 00:00:00 2001 From: Zakareyya Dandan Date: Wed, 12 Feb 2025 12:04:50 +0200 Subject: [PATCH 06/16] 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 50a733140633c8930dc2d5f7ad7491da3a8aa287 Mon Sep 17 00:00:00 2001 From: Petebro-MSFT <35271391+Petebro-MSFT@users.noreply.github.com> Date: Wed, 12 Feb 2025 14:34:00 -0800 Subject: [PATCH 07/16] Learn Editor: Update changelog.md --- powerbi-docs/report-server/changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/powerbi-docs/report-server/changelog.md b/powerbi-docs/report-server/changelog.md index 07db2d644a..4a9d3446e8 100644 --- a/powerbi-docs/report-server/changelog.md +++ b/powerbi-docs/report-server/changelog.md @@ -61,6 +61,10 @@ See [Download Power BI Report Server](download-powerbi-report-server.md) for mor - Fixed issue with ribbon charts in Power BI Reports ### Power BI Desktop (optimized for Power BI Report Server) + +- *Version: 2.136.3279.0 (September 2024), Released: January 7, 2025* + - Fix for WebView2 issue. + - *Version: 2.136.1202.0 (September 2024), Released: September 26, 2024* - Support for September 2024 Power BI Report Server. @@ -91,6 +95,9 @@ See [Download Power BI Report Server](download-powerbi-report-server.md) for mor ### Power BI Desktop (optimized for Power BI Report Server) +- *Version: 2.129.6228.0 (May 2024), Released: January 7, 2025* + - Fix for WebView2 issue. + - *Version: 2.129.2203.0 (May 2024), Released: July 12, 2024* - Bug fixes - Fixed issue with measures not appearing in PBIT with certain data sources. From 05541dd05e458580e330da3db9b8f5582ba916ac Mon Sep 17 00:00:00 2001 From: Petebro-MSFT <35271391+Petebro-MSFT@users.noreply.github.com> Date: Wed, 12 Feb 2025 14:34:22 -0800 Subject: [PATCH 08/16] Learn Editor: Update changelog.md From ed2bf7f89bf4ac387c54a46c02d4594354d36108 Mon Sep 17 00:00:00 2001 From: Petebro-MSFT <35271391+Petebro-MSFT@users.noreply.github.com> Date: Wed, 12 Feb 2025 14:38:59 -0800 Subject: [PATCH 09/16] Learn Editor: Update migrate-report-server.md --- powerbi-docs/report-server/migrate-report-server.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/powerbi-docs/report-server/migrate-report-server.md b/powerbi-docs/report-server/migrate-report-server.md index 33c9480af9..1045fae462 100644 --- a/powerbi-docs/report-server/migrate-report-server.md +++ b/powerbi-docs/report-server/migrate-report-server.md @@ -32,6 +32,9 @@ Migrating from an SSRS (Native mode) instance to Power BI Report Server consists ![Migrate from SSRS native mode to Power BI Report Server](media/migrate-report-server/migrate-from-ssrs-native.png "Migrate from SSRS native mode to Power BI Report Server") +> [!IMPORTANT] +> Migrations from SQL Server 2022 Reporting Services currently aren't supported. These migrations will require migration to Power BI Report Server (May 2025) or later. + > [!NOTE] > SQL Server 2008 Reporting Services and later are supported for migration. From 7dcd42739ab6d2d6b43c52beb264334adb61a905 Mon Sep 17 00:00:00 2001 From: Petebro-MSFT <35271391+Petebro-MSFT@users.noreply.github.com> Date: Wed, 12 Feb 2025 14:40:02 -0800 Subject: [PATCH 10/16] Learn Editor: Update migrate-report-server.md From 691f33500b0e5a3d1ec2257a5ae61854c231c363 Mon Sep 17 00:00:00 2001 From: Eugene Meidinger Date: Thu, 13 Feb 2025 09:36:53 -0500 Subject: [PATCH 11/16] 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 12/16] 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). From 330d57b5a6d7c12ac53185f6e8ddce7eb8f0015e Mon Sep 17 00:00:00 2001 From: aambalavanan <166076641+aambalavanan@users.noreply.github.com> Date: Thu, 13 Feb 2025 10:18:38 -0800 Subject: [PATCH 13/16] Revert "Update service-quick-create-sharepoint-list.md" --- .../create-reports/service-quick-create-sharepoint-list.md | 1 - 1 file changed, 1 deletion(-) diff --git a/powerbi-docs/create-reports/service-quick-create-sharepoint-list.md b/powerbi-docs/create-reports/service-quick-create-sharepoint-list.md index e79ea39726..7a9bb85181 100644 --- a/powerbi-docs/create-reports/service-quick-create-sharepoint-list.md +++ b/powerbi-docs/create-reports/service-quick-create-sharepoint-list.md @@ -80,7 +80,6 @@ Anyone can use the **Visualize the list** or **visualize the library** feature t - This feature isn't supported for guest users in a tenant. - Within SharePoint libraries, this option will only show on the root of the document library. - The reports and semantic models created through this SharePoint experience are stored in special, system-generated workspaces hosted in shared capacity. Users aren't meant to access these workspaces outside of the SharePoint experience. -- If a user enables a terms of use acceptance flow in SharePoint, they will not be able to create a report from a SharePoint list due to issues with user authentication. ## Troubleshooting From e72610a06d11d677152d5e848925b0088b404394 Mon Sep 17 00:00:00 2001 From: David Iseminger Date: Thu, 13 Feb 2025 10:20:32 -0800 Subject: [PATCH 14/16] Updates from community and PM about clarifying data carried over in templates --- powerbi-docs/create-reports/desktop-templates.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/powerbi-docs/create-reports/desktop-templates.md b/powerbi-docs/create-reports/desktop-templates.md index 7b1782449f..b528627013 100644 --- a/powerbi-docs/create-reports/desktop-templates.md +++ b/powerbi-docs/create-reports/desktop-templates.md @@ -26,7 +26,6 @@ Power BI report templates contain the following information from the report from - The **data model definition**, including the schema, relationships, measures, and other model definition items. - All **query definitions**, such as queries, query Parameters, and other query elements. -The report's data is *not* included in templates. While Power BI Desktop reports use the .PBIX extension, report templates use the file extension .PBIT. @@ -41,7 +40,7 @@ When you select **OK**, you're prompted for a file location to store the .PBIT t And that's it, your Power BI report template is created in the file location you specified, with the .PBIT extension. > [!NOTE] -> Power BI report template files are generally much smaller than a Power BI Desktop report because templates do not contain any data, just the report definitions themselves. +> Power BI report template files are generally much smaller than a Power BI Desktop report because templates do not contain any data, just the report definitions themselves. Report metadata may be saved with data values from your semantic model. For example, if you apply a filter to a visual for the field 'Company' = 'Contoso', the value 'Contoso' will be persisted as part of the metadata. This also applies to other configurations such as slicer selections, matrix custom columns width, and formatting for specific series. ## Using report templates From 0fa03245ae61ba089ae54310805c969a1b073591 Mon Sep 17 00:00:00 2001 From: David Iseminger Date: Thu, 13 Feb 2025 10:27:43 -0800 Subject: [PATCH 15/16] Acrolinx updates --- powerbi-docs/create-reports/desktop-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerbi-docs/create-reports/desktop-templates.md b/powerbi-docs/create-reports/desktop-templates.md index b528627013..8c1bfebf4f 100644 --- a/powerbi-docs/create-reports/desktop-templates.md +++ b/powerbi-docs/create-reports/desktop-templates.md @@ -40,7 +40,7 @@ When you select **OK**, you're prompted for a file location to store the .PBIT t And that's it, your Power BI report template is created in the file location you specified, with the .PBIT extension. > [!NOTE] -> Power BI report template files are generally much smaller than a Power BI Desktop report because templates do not contain any data, just the report definitions themselves. Report metadata may be saved with data values from your semantic model. For example, if you apply a filter to a visual for the field 'Company' = 'Contoso', the value 'Contoso' will be persisted as part of the metadata. This also applies to other configurations such as slicer selections, matrix custom columns width, and formatting for specific series. +> Power BI report template files are much smaller than a Power BI Desktop report because templates don't contain any data, just the report definitions themselves. Report metadata may be saved with data values from your semantic model. For example, if you apply a filter to a visual for the field 'Company' = 'Contoso', the value 'Contoso' will be persisted as part of the metadata. This also applies to other configurations such as slicer selections, matrix custom columns width, and formatting for specific series. ## Using report templates From d804b47ba540e3673a952c3b2f0c007b3906a939 Mon Sep 17 00:00:00 2001 From: aambalavanan <166076641+aambalavanan@users.noreply.github.com> Date: Thu, 13 Feb 2025 10:37:20 -0800 Subject: [PATCH 16/16] Update service-quick-create-sharepoint-list.md --- .../create-reports/service-quick-create-sharepoint-list.md | 1 + 1 file changed, 1 insertion(+) diff --git a/powerbi-docs/create-reports/service-quick-create-sharepoint-list.md b/powerbi-docs/create-reports/service-quick-create-sharepoint-list.md index 7a9bb85181..e79ea39726 100644 --- a/powerbi-docs/create-reports/service-quick-create-sharepoint-list.md +++ b/powerbi-docs/create-reports/service-quick-create-sharepoint-list.md @@ -80,6 +80,7 @@ Anyone can use the **Visualize the list** or **visualize the library** feature t - This feature isn't supported for guest users in a tenant. - Within SharePoint libraries, this option will only show on the root of the document library. - The reports and semantic models created through this SharePoint experience are stored in special, system-generated workspaces hosted in shared capacity. Users aren't meant to access these workspaces outside of the SharePoint experience. +- If a user enables a terms of use acceptance flow in SharePoint, they will not be able to create a report from a SharePoint list due to issues with user authentication. ## Troubleshooting