diff --git a/powerbi-docs/developer/embedded/export-to.md b/powerbi-docs/developer/embedded/export-to.md index ad9661f549..0ae73a5a48 100644 --- a/powerbi-docs/developer/embedded/export-to.md +++ b/powerbi-docs/developer/embedded/export-to.md @@ -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 diff --git a/powerbi-docs/includes/core-visuals/callout-values-values-format-code.md b/powerbi-docs/includes/core-visuals/callout-values-values-format-code.md deleted file mode 100644 index 424ac627db..0000000000 --- a/powerbi-docs/includes/core-visuals/callout-values-values-format-code.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Format code -description: Setting - Format code (Callout values, Values, Format code) -author: JaedenArmstrong -ms.author: miguelmyers -ms.service: powerbi -ms.subservice: pbi-corevisuals -ms.topic: include -ms.date: 10/15/2024 -ms.custom: include file - variant -LocalizationGroup: core-visuals ---- -##### Format code - -The **Format code** setting allows you to customize the display format of values using various format codes to change how numbers, dates, and other data types are presented, such as formatting numbers as currency with **$#,###M** or dates as **yyyy-MM-dd**. This setting ensures your data is presented in a manner tailored to the specific needs of your visual. diff --git a/powerbi-docs/includes/core-visuals/global-format-code-fx.md b/powerbi-docs/includes/core-visuals/global-format-code-fx.md index 91b23d3311..7a6cac50b4 100644 --- a/powerbi-docs/includes/core-visuals/global-format-code-fx.md +++ b/powerbi-docs/includes/core-visuals/global-format-code-fx.md @@ -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. diff --git a/powerbi-docs/includes/core-visuals/reference-labels-value-format-code-fx.md b/powerbi-docs/includes/core-visuals/reference-labels-value-format-code-fx.md deleted file mode 100644 index 9bc93ad89f..0000000000 --- a/powerbi-docs/includes/core-visuals/reference-labels-value-format-code-fx.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Format code -description: Setting - Format code (Reference labels, Value, Format code) -author: JaedenArmstrong -ms.author: miguelmyers -ms.service: powerbi -ms.subservice: pbi-corevisuals -ms.topic: include -ms.date: 06/18/2024 -ms.custom: include file - variant -LocalizationGroup: core-visuals ---- -##### Format code - -Where the selected label contains a data field that is numerical data, the **Format code** option 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. - -Where the selected label contains a data field that is date/time data, the **Format code** option allows you to select one of seven possible date formats. diff --git a/powerbi-docs/paginated-reports/paginated-capacity-planning.md b/powerbi-docs/paginated-reports/paginated-capacity-planning.md index dd0708778a..9aca9a6d7c 100644 --- a/powerbi-docs/paginated-reports/paginated-capacity-planning.md +++ b/powerbi-docs/paginated-reports/paginated-capacity-planning.md @@ -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 @@ -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 @@ -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) diff --git a/powerbi-docs/visuals/power-bi-visualization-card-visual-new-format-settings.md b/powerbi-docs/visuals/power-bi-visualization-card-visual-new-format-settings.md index c549a83c47..cdf293d6af 100644 --- a/powerbi-docs/visuals/power-bi-visualization-card-visual-new-format-settings.md +++ b/powerbi-docs/visuals/power-bi-visualization-card-visual-new-format-settings.md @@ -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. --- @@ -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)] @@ -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)]