wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Power BI Relationships and DAX Quiz

Total questions: 21

Worksheet time: 11mins

Name
Class
Date
1.

How would you display a value as a percentage using DAX?

a)

By using the DIVIDE function

b)

By using the FORMAT function

c)

By using the SUM function

d)

By using the COUNT function

2.

What is the primary purpose of establishing relationships between tables in Power BI?

a)

To delete unnecessary data

b)

To connect data from different tables for analysis

c)

To create visualisations

d)

To format data as currency

3.

Which type of relationship is commonly used in a star schema?

a)

Many-to-many

b)

One-to-one

c)

One-to-many

d)

Self-referencing

4.

What is the function of the DAX formula `SUM`?

a)

To count unique values

b)

To add up all the values in a column

c)

To find the minimum value

d)

To calculate the average

5.

Which DAX function would you use to calculate the number of unique accounts?

a)

COUNT

b)

DISTINCTCOUNT

c)

SUM

d)

MAX

6.

What is the main difference between calculated columns and measures in Power BI?

a)

Calculated columns are used for formatting, measures are not

b)

Calculated columns are static, measures are dynamic

c)

Measures are used for text data, calculated columns are not

d)

Measures are used for creating relationships, calculated columns are not

7.

Which DAX function would you use to perform a conditional sum?

a)

FILTER

b)

CALCULATE

c)

DIVIDE

d)

SWITCH

8.

Which visualisation would you use to display a single value in Power BI?

a)

Table

b)

Card visual

c)

Line chart

d)

Pie chart

9.

Which DAX function is similar to Excel’s VLOOKUP?

a)

RELATED

b)

RANKX

c)

SWITCH

d)

IF

10.

What is the purpose of the RANKX function in Power BI?

a)

To create a new table

b)

To rank values in ascending or descending order

c)

To calculate totals

d)

To format data

11.

What is the benefit of organising data into a star schema?

a)

It reduces the size of the data

b)

It simplifies data modelling and improves performance

c)

It allows for more complex calculations

d)

It automatically creates visualisations

12.

Which DAX function would you use to find the maximum value in a column?

a)

MIN

b)

MAX

c)

SUM

d)

COUNT

13.

What is the purpose of using the SWITCH function in DAX?

a)

To perform arithmetic operations

b)

To apply conditional logic

c)

To format data

d)

To create relationships

14.

How can you delete default relationships in Power BI to start fresh?

a)

By using the FORMAT function

b)

By using the Model view

c)

By using the Data view

d)

By using the Visualisation pane

15.

Which DAX function would you use to divide two numbers and handle division by zero?

a)

SUM

b)

DIVIDE

c)

CALCULATE

d)

FILTER

16.

What is the purpose of the CALCULATE function in DAX?

a)

To create a new table

b)

To filter data based on conditions

c)

To rank values

d)

To format data

17.

Which DAX function would you use to concatenate two text strings?

a)

CONCATENATE

b)

MAX

c)

SUM

d)

DIVIDE

18.

What is the function of the DAX formula 'AVERAGE'?

a)

To find the maximum value

b)

To count the number of rows

c)

To calculate the average of values in a column

d)

To find the sum of values

19.

What is the purpose of the FILTER function in DAX?

a)

To format data as text

b)

To create a new table

c)

To filter a table based on a condition

d)

To calculate the sum of values

20.

Which visualisation is best for showing trends over time in Power BI?

a)

Card visual

b)

Line chart

c)

Pie chart

d)

Bar chart

21.

Which DAX function is used to return the first value in a column?

a)

FIRSTNONBLANK

b)

MIN

c)

MAX

d)

LASTNONBLANK