Skip to content

Commit b372b33

Browse files
authored
Merge pull request #12982 from MicrosoftDocs/main
2/13/2025 PM Publish
2 parents 09bb40c + c7c569a commit b372b33

File tree

9 files changed

+22
-6
lines changed

9 files changed

+22
-6
lines changed

powerbi-docs/create-reports/desktop-performance-analyzer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Performance Analyzer inspects and displays the duration necessary for updating o
2222

2323
## Display the Performance Analyzer pane
2424

25-
In **Power BI Desktop** select the **View** ribbon, and then select **Performance Analyzer** to display the Performance Analyzer pane.
25+
In **Power BI Desktop** select the **Optimize** ribbon, and then select **Performance Analyzer** to display the Performance Analyzer pane.
2626

2727
:::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":::
2828

powerbi-docs/create-reports/desktop-sharepoint-save-share.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,3 +237,7 @@ If you have signed-in to Power BI on multiple different accounts, you can see fi
237237
### Unable to create a new folder inside SharePoint
238238

239239
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.
240+
241+
### Unable to find desired SharePoint library in updated file picker
242+
243+
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.

powerbi-docs/create-reports/desktop-templates.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Power BI report templates contain the following information from the report from
2626
- The **data model definition**, including the schema, relationships, measures, and other model definition items.
2727
- All **query definitions**, such as queries, query Parameters, and other query elements.
2828

29-
The report's data is *not* included in templates.
3029

3130
While Power BI Desktop reports use the .PBIX extension, report templates use the file extension .PBIT.
3231

@@ -41,7 +40,7 @@ When you select **OK**, you're prompted for a file location to store the .PBIT t
4140
And that's it, your Power BI report template is created in the file location you specified, with the .PBIT extension.
4241

4342
> [!NOTE]
44-
> 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.
43+
> 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.
4544
4645
## Using report templates
4746

powerbi-docs/create-reports/service-quick-create-sharepoint-list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Anyone can use the **Visualize the list** or **visualize the library** feature t
8080
- This feature isn't supported for guest users in a tenant.
8181
- Within SharePoint libraries, this option will only show on the root of the document library.
8282
- 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.
83+
- 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.
8384

8485
## Troubleshooting
8586

powerbi-docs/developer/embedded/embedded-analytics-power-bi.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,14 @@ For development testing, you can use free embed trial tokens with a Pro license.
6969
> [!IMPORTANT]
7070
> 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.
7171
72-
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):
72+
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):
7373

7474
* [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.
7575

7676
* [Power BI Premium](https://powerbi.microsoft.com/power-bi-premium/) is a Microsoft Office offer that includes P or EM SKUs.
7777

78+
* [Microsoft Fabric](https://www.microsoft.com/microsoft-fabric/) is an Azure offer that includes F SKUs.
79+
7880
For more information about the differences between the Embedded and Premium SKUs, see [Capacity and SKUs in Power BI embedded analytics](embedded-capacity.md).
7981

8082
## Related content

powerbi-docs/developer/projects/projects-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Use VS Code to map JSON schemas to the files being authored. JSON schemas for pr
199199
- Sensitivity labels aren't supported with Power BI projects.
200200
- Diagram view is ignored when editing models in the Service.
201201
- When saving as a Power BI Project, the maximum length of the project files path is 260 characters.
202-
- In Power BI Desktop, you can't save as a PBIP directly to OneDrive and SharePoint.
202+
- 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.
203203
- When editing PBIP files outside of Power BI Desktop, they should be saved using UTF-8 without BOM encoding.
204204
- Report Linguistic Schema isn't supported with Power BI projects.
205205
- 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).

powerbi-docs/developer/projects/projects-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Example using `byConnection`:
110110
"datasetReference": {
111111
"byPath": null,
112112
"byConnection": {
113-
"connectionString": "Data Source=powerbi://api.powerbi.com/v1.0/myorg/[Workspace Name];Initial Catalog=[Semantic Model Name];Integrated Security=ClaimsToken",
113+
"connectionString": "Data Source=powerbi://api.powerbi.com/v1.0/myorg/[WorkpaceName];Initial Catalog=[SemanticModelName];Integrated Security=ClaimsToken",
114114
"pbiServiceModelId": null,
115115
"pbiModelVirtualServerName": "sobe_wowvirtualserver",
116116
"pbiModelDatabaseName": "[Semantic Model Id]",

powerbi-docs/report-server/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ See [Download Power BI Report Server](download-powerbi-report-server.md) for mor
6161
- Fixed issue with ribbon charts in Power BI Reports
6262

6363
### Power BI Desktop (optimized for Power BI Report Server)
64+
65+
- *Version: 2.136.3279.0 (September 2024), Released: January 7, 2025*
66+
- Fix for WebView2 issue.
67+
6468
- *Version: 2.136.1202.0 (September 2024), Released: September 26, 2024*
6569
- Support for September 2024 Power BI Report Server.
6670

@@ -91,6 +95,9 @@ See [Download Power BI Report Server](download-powerbi-report-server.md) for mor
9195

9296
### Power BI Desktop (optimized for Power BI Report Server)
9397

98+
- *Version: 2.129.6228.0 (May 2024), Released: January 7, 2025*
99+
- Fix for WebView2 issue.
100+
94101
- *Version: 2.129.2203.0 (May 2024), Released: July 12, 2024*
95102
- Bug fixes
96103
- Fixed issue with measures not appearing in PBIT with certain data sources.

powerbi-docs/report-server/migrate-report-server.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Migrating from an SSRS (Native mode) instance to Power BI Report Server consists
3232

3333
![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")
3434

35+
> [!IMPORTANT]
36+
> 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.
37+
3538
> [!NOTE]
3639
> SQL Server 2008 Reporting Services and later are supported for migration.
3740

0 commit comments

Comments
 (0)