Skip to content

Commit

Permalink
Merge pull request #12300 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
8/30/2024 PM Publish
  • Loading branch information
Albertyang0 authored Aug 30, 2024
2 parents 9b3fa93 + e274861 commit 00f436a
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 4 deletions.
2 changes: 2 additions & 0 deletions powerbi-docs/create-reports/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
href: desktop-home.md
- name: Power BI modern ribbon
href: desktop-ribbon.md
- name: Create reports in dark mode
href: power-bi-dark-mode.md
- name: Optimize ribbon in Power BI Desktop
items:
- name: Optimize ribbon overview
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.
56 changes: 56 additions & 0 deletions powerbi-docs/create-reports/power-bi-dark-mode.md
Original file line number Diff line number Diff line change
@@ -1 +1,57 @@
---
title: Create Power BI reports in dark mode
description: Learn how you can create reports in Power BI reports in different modes.
author: maggiesMSFT
ms.author: maggies
ms.reviewer: ''
ms.service: powerbi
ms.subservice: pbi-reports-dashboards
ms.topic: how-to
ms.date: 08/29/2024
LocalizationGroup: Create reports
---
# Create Power BI reports in dark mode

[!INCLUDE [applies-yes-desktop-yes-service](../includes/applies-yes-desktop-yes-service.md)]

When you create reports in Power BI Desktop, you can choose different modes, depending on what you're more comfortable looking at. For example, *Dark mode* replaces all the chrome around the design surface with white-on-black text instead of black-on-white.

## Select a mode

1. Got to **File** > **Options and settings** > **Options** > **Global** > **Report settings**.
1. In the **Personalization** section, select the theme you want:

- Default mode
- Dark mode
- Light mode
- User system mode

There's a mode for every window in Power BI Desktop. For example, for dark mode:

- [Report view](#report-view)
- [Model view](#model-view)
- [Table view](#table-view)
- [DAX query view](#dax-query-view)

## Report view

:::image type="content" source="media/power-bi-dark-mode/dark-mode-report-view.png" alt-text="Screenshot of Dark mode for report view." lightbox="media/power-bi-dark-mode/dark-mode-report-view.png":::

## Model view

:::image type="content" source="media/power-bi-dark-mode/dark-mode-model-view.png" alt-text="Screenshot of Dark mode for model view." lightbox="media/power-bi-dark-mode/dark-mode-model-view.png":::

## Table view

:::image type="content" source="media/power-bi-dark-mode/dark-mode-table-view.png" alt-text="Screenshot of Dark mode for table view." lightbox="media/power-bi-dark-mode/dark-mode-table-view.png":::

## DAX query view

:::image type="content" source="media/power-bi-dark-mode/dark-mode-dax-query-view.png" alt-text="Screenshot of Dark mode for DAX query view." lightbox="media/power-bi-dark-mode/dark-mode-dax-query-view.png":::

Try the different modes and see which you prefer.

## See also

- [Create reports in Power BI Desktop with Copilot](copilot-create-desktop-report.md)
- [Mobile layout view](power-bi-create-mobile-optimized-report-mobile-layout-view.md)
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ There is more than one way to add and format hyperlinks in visuals. For an alter

You can also create hyperlinks in [text boxes in reports](service-add-hyperlink-to-text-box.md) in the Power BI service and Power BI Desktop. And in the Power BI service, you can add hyperlinks to [tiles on dashboards](service-dashboard-edit-tile.md) and to [text boxes on dashboards](service-dashboard-add-widget.md).


## Format a URL as a hyperlink in Power BI Desktop

You can format a field with URLs as hyperlinks in Power BI Desktop, but not in the Power BI service. You can also [format hyperlinks in Excel Power Pivot](#create-a-table-or-matrix-hyperlink-in-excel-power-pivot) before you import the workbook into Power BI.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ The following table describes the **schema**.
| Property | Existing Azure Analysis Services property | Description |
| --- | --- | --- |
| **TimeGenerated** | | The timestamp (UTC) of when the log was generated. |
| **OperationName** | EventClass_s | The operation associated with the log record. |
| **OperationName** | EventClass_s | The Analysis Services trace event associated with the log record. Refer to AS Trace Events [documentation](/analysis-services/trace-events/analysis-services-trace-events) page for more details about possible events for each category.|
| **CorrelationId** | | The ID for correlated events. Can be used to identify correlated events between multiple tables. |
| **PowerBIWorkspaceId** | | Unique identifier of the workspace containing the artifact being operated on. |
| **PremiumCapacityId** | | Unique identifier of the Premium capacity hosting the artifact being operated on. |
Expand All @@ -137,12 +137,12 @@ The following table describes the **schema**.
| **ArtifactKind** | | Type of artifact logging the operation, for example, semantic model. |
| **CpuTimeMs** | CPUTime_s | Amount of CPU time (in milliseconds) used by the event. |
| **ArtifactName** | DatabaseName_s | The name of the Power BI artifact logging this operation. |
| **LogAnalyticsCategory** | Unique | Category of the events, like Audit/Security/Request. |
| **LogAnalyticsCategory** | Unique | The Analysis Services trace event category associated with the log record. Refer to AS Trace Events [documentation](/analysis-services/trace-events/analysis-services-trace-events) page for more details about possible event categories.|
| **DatasetMode** | | The mode of the semantic model. Import, DirectQuery, or Composite. |
| **DurationMs** | Duration_s | Amount of time (in milliseconds) taken by the operation. |
| **User** | User_s | The user associated with the running operation. Used when an end-user identity must be impersonated on the server. |
| **ExecutingUser** | EffectiveUsername_s | The user running the operation. |
| **OperationDetailName** | EventSubclass_s | More details about the operation. |
| **OperationDetailName** | EventSubclass_s | More detail about Analysis Services trace event associated with the log record. Refer to 'Subclass' property of the trace event documentation page for more details about possible values, for example [Command Begin](/analysis-services/trace-events/command-events-data-columns#bkmk_1). |
| **XmlaObjectPath** | ObjectPath_s | Object path. A comma-separated list of parents, starting with the object's parent. |
| **PowerBIWorkspaceName** | | Name of the Power BI workspace containing the artifact. |
| **StatusCode** | Error_s | Status code of the operation. It covers success and failure. |
Expand Down Expand Up @@ -269,6 +269,7 @@ The following table describes all the possible properties. Not every property is
| timeEnd | The timestamp (UTC) of when the request ended. |
| durationMs | Total duration of the execution. |
| datasourceConnectionThrottleTimeMs | Total throttle time after hitting the datasource connection limit. Learn more about maximum concurrent connections [here](../../enterprise/service-premium-what-is.md#semantic-model-sku-limitation). |
| externalQueryExecutionTimeMs | Total time spent on executing all external datasource queries during the request. |
| directQueryConnectionTimeMs | Total time spent on creating new DirectQuery connection during the request |
| directQueryIterationTimeMs | Total time spent on iterating the results returned by the DirectQuery queries. |
| directQueryTotalTimeMs | Total time spent on executing and reading all DirectQuery queries during the request. |
Expand All @@ -290,10 +291,12 @@ The following table describes all the possible properties. Not every property is
| errorCount | Total number of errors for the current request. |
| qsoReplicaVersion | Replica version for QSO enabled semantic models, represented in [FILETIME](/windows/win32/api/minwinbase/ns-minwinbase-filetime) format. |
| intendedUsage | Intended usage: Default (0); Scheduled or API refresh (1); On Demand Refresh (2); Dashboard tile/Query cache refresh (3) |
| commandType | Type of Analysis Services command requested by the client (e.g. Batch, Statement, Backup,...) |
| discoverType | Type of Discover requested by the client. Refer to [EventSubclass](/analysis-services/trace-events/discover-events-data-columns#discover-begin-classdata-columns) for list of discover types. |
| queryDialect | Type of Dialect client has used to query the server: Unknown (-1); MDX (0); DMX (1); SQL (2); DAX (3); JSON (4) |
| capacityThrottlingMs | Total time the request got delayed due to capacity throttling. Learn more about throttling [here](/fabric/enterprise/throttling). |


- All durations and CPU times are presented in milliseconds.
- Additional properties beyond those described in the table above may be encountered and these should be considered as undocumented and subject to change.

Expand Down

0 comments on commit 00f436a

Please sign in to comment.