Skip to content

Commit

Permalink
Merge pull request #12346 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
9/17/2024 PM Publish
  • Loading branch information
Daidihuang authored Sep 17, 2024
2 parents 8e9fa79 + 6e2ec89 commit 4af892d
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ featuredvideoid: ''
ms.service: powerbi
ms.subservice: pbi-collaborate-share
ms.topic: conceptual
ms.date: 08/29/2024
ms.date: 09/17/2024
LocalizationGroup: Dashboards
---

Expand Down Expand Up @@ -346,6 +346,7 @@ In addition to the above differences between previous and improved usage metrics
- When a report is deleted, the ReportIds can show up in the usage metrics but not be available in the Reports semantic model.
- Customers may be unable to view or download the usage metrics semantic model from Power BI service.
- To access the user metrics report's semantic model settings and refresh history, follow the steps in [Update usage metrics report credentials](#update-usage-metrics-report-credentials).
- The report views count is influenced by subscriptions running on the reports. When the subscription service captures a snapshot of the report for emails, it triggers a flow that logs a ViewReport event.

## Frequently asked questions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ To see the **Copilot** button in your report, you first need to select a semanti

Copilot creates that page.

:::image type="content" source="media/copilot-create-report/copilot-create-sales-comparison-page-2.png" alt-text="Screenshot of Copilot creating the Sales Comparison page." lightbox="media/copilot-create-report/copilot-create-sales-comparison-page-2.png":::
:::image type="content" source="media/copilot-create-report/copilot-create-visitor-insights.png" alt-text="Screenshot of Copilot creating the Visitor Patterns Analysis Page." lightbox="media/copilot-create-report/copilot-create-visitor-insights.png":::

Continue creating the pages that Copilot suggests. Otherwise select **Create a report that shows** and provide guidance on what you want in the report.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion powerbi-docs/paginated-reports/paginated-reports-change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: ''
ms.service: powerbi
ms.subservice: report-builder
ms.topic: conceptual
ms.date: 5/20/2024
ms.date: 9/17/2024
---

# Power BI Report Builder change log
Expand All @@ -18,6 +18,23 @@ Learn about new items, bug fixes, and known issues for each release of Power BI

Ready to get started? [Install Power BI Report Builder](https://go.microsoft.com/fwlink/?linkid=2086513) from the Microsoft Download Center.

## September 2024

Version 15.7.1812.222, released September 16, 2024

- Power Query Online general availability.
- Fixed issue editing data sources for PBI semantic models in a folder.
- Fixed issue with sign in dialog in some cases.
- Fixed issue preventing Report Builder being able to use window's "Run As A Different User."
- Enhanced migration of SQL Azure based RDL reports in RdlMigration tool.
- Added some additional telemetry.

## July 2024

Version 15.7.1811.11, released July 8, 2024

- Fixed issue where Report Builder would fail to load properly in some cases.

## June 2024

Version 15.7.1810.53, released June 27, 2024
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: ''
ms.service: powerbi
ms.subservice: pbi-transform-model
ms.topic: how-to
ms.date: 02/16/2024
ms.date: 09/16/2024
LocalizationGroup: Model your data
no-loc: [RUNNINGSUM, MOVINGAVERAGE, COLLAPSE, COLLAPSEALL, EXPAND, EXPANDALL, PREVIOUS, NEXT, FIRST, LAST, ROWS, COLUMNS, ROWS COLUMNS, COLUMNS ROWS, NONE, HIGHESTPARENT, LOWESTPARENT, ISATLEVEL, RANGE, WINDOW, OFFSET, INDEX, ORDERBY]
---
Expand Down Expand Up @@ -65,7 +65,7 @@ The visual calculations window opens in **Edit** mode. The **Edit** mode screen

:::image type="content" source="media/desktop-visual-calculations-overview/desktop-visual-calculations-03.png" alt-text="Screenshot showing areas of the visual calculations edit screen.":::

To add a visual calculation, type the expression in the formula bar. For example, in a visual that contains **Sales Amount** and **Total Product Cost** by **Fiscal Year**, you can add a visual calculation that calculates the profit for each year by simply typing: `*:::no-loc text="Profit = [Sales Amount] – [Total Product Cost]":::*`.
To add a visual calculation, type the expression in the formula bar. For example, in a visual that contains **Sales Amount** and **Total Product Cost** by **Fiscal Year**, you can add a visual calculation that calculates the profit for each year by typing: `text="Profit = [Sales Amount] – [Total Product Cost]"`.

:::image type="content" source="media/desktop-visual-calculations-overview/desktop-visual-calculations-04.png" alt-text="Screenshot of entering a visual calculation.":::

Expand Down

0 comments on commit 4af892d

Please sign in to comment.