Microsoft Power BI Data Analyst Practice Question

You are a data analyst with a Power BI data model that includes a 'Sales' table with a [SalesAmount] column and a 'Product' table with [Category], [Subcategory], and [Color] columns. You need to create a measure that calculates the total sales specifically for the 'Bikes' category. This calculation must ignore any user-applied filters on the [Subcategory] and [Color] columns from the 'Product' table, while still respecting filters from other tables. Which DAX formula correctly implements this requirement?

  • CALCULATE(SUM(Sales[SalesAmount]), KEEPFILTERS(Product[Category] = "Bikes"))

  • CALCULATE(SUM(Sales[SalesAmount]), Product[Category] = "Bikes", ALL(Product))

  • CALCULATE(SUM(Sales[SalesAmount]), Product[Category] = "Bikes", REMOVEFILTERS(Product[Subcategory], Product[Color]))

  • SUMX(FILTER(Sales, RELATED(Product[Category]) = "Bikes"), Sales[SalesAmount])

Microsoft Power BI Data Analyst
Model the Data
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot