Skip to content

Commit

Permalink
Merge pull request #12487 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
10/16/2024 PM Publish
  • Loading branch information
Emma-yxf authored Oct 16, 2024
2 parents 4ce1b26 + c342701 commit e3c129f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 43 deletions.
4 changes: 2 additions & 2 deletions powerbi-docs/developer/embedded/export-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ With [Row Level Security (RLS)](embedded-row-level-security.md), you can export

To export using RLS, you must have the following permissions:

* Write and reshare permissions for the semantic model the report is connected to
* Workspace member or admin of the workspace where the report resides
* Write permissions for the semantic model the report is connected to
* Contributor or admin of the workspace where the report resides

### Data protection

Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions powerbi-docs/includes/core-visuals/global-format-code-fx.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ ms.author: miguelmyers
ms.service: powerbi
ms.subservice: pbi-corevisuals
ms.topic: include
ms.date: 06/18/2024
ms.date: 10/15/2024
ms.custom: include file - variant
LocalizationGroup: core-visuals
---
##### Format code

Allows you to specify custom format codes (based on Excel format codes) or apply conditional formatting. This option is available only when selecting custom display units.
The **Format code** setting, available only when selecting custom display units, allows you to customize the display format of values using custom format codes (based on Excel format codes) or apply conditional formatting. Format codes change how numbers, dates, and other data types are presented, such as formatting numbers as currency with **$#,###M** or dates as **yyyy-MM-dd**, ensuring your data is presented in a manner tailored to the specific needs of your visual.

This file was deleted.

8 changes: 4 additions & 4 deletions powerbi-docs/paginated-reports/paginated-capacity-planning.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ Run the report several times, and use the metrics app to get the average CPU sec

### Calculate the max report renders

Use this formula to calculate the maximum concurrent report renders that a capacity can handle, before it [overloads](/fabric/enterprise/throttling#track-overages-and-rejected-operations).
Use this formula to calculate the maximum concurrent report renders that a capacity can handle, before it [overloads](/fabric/enterprise/throttling#track-overages-and-rejected-operations). To learn more about Capacity Units (CU), SKU and Power BI v-cores, refer to [capacity concepts](/fabric/enterprise/licenses#capacity).

$ \text {max concurrent report renders} = {\text {number of capacity SKU cores} \times {30} \over \text {your report's CPU processing time (in seconds)}} $
$ \text {max concurrent report renders} = {\text {capacity units for your capacity} \times {3.75} \over \text {your report's CPU processing time (in seconds)} } $

### Calculate the max number of users

Expand All @@ -107,7 +107,7 @@ You can use an extended formula to estimate the capacity needed for different re

Upload several paginated reports with different number of daily renders, and use the metrics app to get the average CPU processing time for each one. The sum of all your report renders per day should be equal to 100%. When you have all the information, use this formula.

$ \text {max concurrent report renders} = {\text {number of capacity SKU cores} \times {30} \over {\text {A renders} \times \text {A processing time}} + \text {B renders} \times \text {B processing time} + \text {...} + \text{N renders} \times \text{N processing time}}$
$ \text {max concurrent report renders} = {\text {capacity units for your capacity} \times {3.75} \over {\text {A renders} \times \text {A processing time}} + \text {B renders} \times \text {B processing time} + \text {...} + \text{N renders} \times \text{N processing time}}$

## Examples

Expand Down Expand Up @@ -150,6 +150,6 @@ The formulas for an *F64* or a *P1* SKU will be:

* [Performance smoothing](/fabric/enterprise/throttling)

* Using Autoscale with Power BI Premium](./../enterprise/service-premium-auto-scale.md)
* [Using Autoscale with Power BI Premium](./../enterprise/service-premium-auto-scale.md)


Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: davidiseminger
ms.service: powerbi
ms.subservice: pbi-visuals
ms.topic: how-to
ms.date: 10/07/2024
ms.date: 10/15/2024
LocalizationGroup: Visualizations
#customer intent: As a Power BI user, I want to understand and learn about all the available Format settings for the (new) Card visual so that I can effectively and more easily format (new) Card visuals in Power BI Desktop.
---
Expand Down Expand Up @@ -73,7 +73,7 @@ The visibility of **Values** can be toggled on or off to make them apparent or t
[!INCLUDE [callout-values-horixontal-alignment](../includes/core-visuals/callout-values-values-horizontal-alignment.md)]
[!INCLUDE [callout-values-values-text-wrap](../includes/core-visuals/callout-values-values-text-wrap.md)]
[!INCLUDE [global-display-units](../includes/core-visuals/global-display-units.md)]
[!INCLUDE [callout-values-values-format-code](../includes/core-visuals/callout-values-values-format-code.md)]
[!INCLUDE [global-format-code-fx](../includes/core-visuals/global-format-code-fx.md)]
[!INCLUDE [global-value-decimal-places](../includes/core-visuals/global-value-decimal-places.md)]
[!INCLUDE [global-show-blank-as](../includes/core-visuals/global-show-blank-as.md)]

Expand Down Expand Up @@ -130,7 +130,7 @@ The **Title** toggle, when enabled, controls the visibility of the Series title.
[!INCLUDE [global-color-palette-fx](../includes/core-visuals/global-color-palette-fx.md)]
[!INCLUDE [global-transparency](../includes/core-visuals/global-transparency.md)]
[!INCLUDE [global-display-units](../includes/core-visuals/global-display-units.md)]
[!INCLUDE [reference-labels-value-format-code-fx](../includes/core-visuals/reference-labels-value-format-code-fx.md)]
[!INCLUDE [global-format-code-fx](../includes/core-visuals/global-format-code-fx.md)]
[!INCLUDE [reference-labels-value-value-decimal-places](../includes/core-visuals/global-value-decimal-places-fx.md)]
[!INCLUDE [global-show-blank-as](../includes/core-visuals/global-show-blank-as.md)]

Expand Down

0 comments on commit e3c129f

Please sign in to comment.