nerdexam
Microsoft

DP-500 · Question #100

As an Azure enterprise Data Analyst, you are assigned to create a custom theme that can be used for your Power BI Reports. You have decided to create a new theme that matches your organization's…

The correct answer is B. JSON. Power BI custom themes must be created as JSON files, which define the color palette, font settings, and visual formatting properties for reports.

Explore and visualize data

Question

As an Azure enterprise Data Analyst, you are assigned to create a custom theme that can be used for your Power BI Reports. You have decided to create a new theme that matches your organization's color preferences. In which file format will you have to create a custom theme for your Power BI reports?

Options

  • AJPEG
  • BJSON
  • CXML
  • DCSV

How the community answered

(23 responses)
  • B
    91% (21)
  • C
    4% (1)
  • D
    4% (1)

Why each option

Power BI custom themes must be created as JSON files, which define the color palette, font settings, and visual formatting properties for reports.

AJPEG

JPEG is a raster image format used for photographs and graphics; it cannot encode structured theme configuration data for Power BI visuals.

BJSONCorrect

Power BI accepts custom theme definitions exclusively in JSON format. The JSON file contains named properties for data colors, background colors, foreground colors, table styles, and other formatting attributes. This file is imported into Power BI Desktop through the View tab under the Themes dropdown, applying the organization's branding consistently across all report visuals.

CXML

XML is not the format used by Power BI for custom report themes; Power BI specifically requires JSON for theme files.

DCSV

CSV is a flat tabular data format used for data exchange; it cannot represent the nested, structured properties required to define a Power BI report theme.

Concept tested: Power BI custom theme file format (JSON)

Source: https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-report-themes

Topics

#Power BI Custom Themes#Report Design#JSON Format

Community Discussion

No community discussion yet for this question.

Full DP-500 Practice