Microsoft Power BI Data Analyst — Question 18
You have a Power BI report that contains a visual. The visual contains a measure.
You need to ensure that the report meets the following requirements:
• All values must be set to two decimal places.
• All negative values must be displayed in red font and parentheses.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. For the visual, apply conditional formatting to the background color.
- B. Configure the measure to use a custom format.
- C. For the visual, apply conditional formatting to the font color.
- D. For the visual, set Value decimal places to 2.
Correct answer: B, C
Explanation
The correct actions involve configuring the measure to use a custom format, which allows for the specification of decimal places and formatting for negative values (B), and applying conditional formatting to the font color to display negative values in red (C). The other options, such as changing the background color (A) and setting the value decimal places directly (D), do not fulfill all requirements.