wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Power BI 04 - DAX

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

Which two types of fields can DAX be used to create?

a)

Calculated Column & Calculated Fields

b)

Calculated Column & Measures

c)

Calculated Fields & Measures

d)

Measures & Calculated Items

2.

What's the difference between calculated columns and measures?

a)

Calculated Columns understand row context

b)

Measures understand filter context

c)

Calculated column values are stored in tables

3.

Which of the following formulas would make the most sense as a calculated column?

a)

=SUM(Sales[quantity])

b)

=AVERAGE(Products[RetailsPrice])

c)

=DISTINCOUNT(Customer[CustomerName])

d)

=Products[RetailsPrices] * 0.75

4.

When would it be most appropriate to use the && operator?

a)

To concatenate two text strings

b)

To create an AND condition between two expressions

c)

To concatenate more than two text strings

d)

To create an AND condition between more than two expressions

5.

Which of the following would the COUNTA function count?

a)

Non-black cells (Numerical or non-numerical)

b)

Numerical values only

c)

Distinct values only

d)

Text values only

6.

Which formula could you use to replace one word or character in a text string with another?

a)

SWITCH

b)

SEARCH

c)

SUBSTITUTE

d)

FIND

7.

Which of the following returns a table, rather than a single scalar value?

a)

COUNTA

b)

FILTER

c)

RELATED

d)

All of the above

8.

What is the purpose of the following function:

=CALCULATE([Profit],Territories[Country]="USA")

a)

Calculate a measure named "Profit" across the entire Territories table

b)

Sums the "Profit" column for rows where Country = "USA"

c)

Creates a new column named "Profit" which is calculated for all rows where country = "USA"

d)

Evaluates the "Profits" measure for rows where Country = "USA" in the Territories table