Power BI Training  - 1.0

Power BI Training - 1.0

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

MOAC Word 2016 Lesson 5

MOAC Word 2016 Lesson 5

8th - 12th Grade

10 Qs

Working With Table

Working With Table

5th - 6th Grade

10 Qs

Table Terms Matching

Table Terms Matching

6th - 8th Grade

10 Qs

Google Docs II Unit 2

Google Docs II Unit 2

6th - 8th Grade

10 Qs

Excel as Database Revision

Excel as Database Revision

6th - 7th Grade

10 Qs

Spreadsheet Basics

Spreadsheet Basics

7th Grade

13 Qs

Ms Excel

Ms Excel

6th Grade

10 Qs

Google Sheets Quiz

Google Sheets Quiz

6th Grade

10 Qs

Power BI Training  - 1.0

Power BI Training - 1.0

Assessment

Quiz

Computers

6th - 8th Grade

Easy

Created by

Karan Madan

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which step in creating a report in Power BI is considered the most important because it directly affects the report?

Discovery

Modeling

Visualization

Sharing

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In order to view a report or report in Power BI Mobile, it is required that the report first be published in

Excel

Power Point

Power BI Desktop

Power BI Service

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a business analytics tool?

Data Mart

Qlik

Power BI

Tableau

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Calculated Column & Calculated Fields

Calculated Fields & Measures

Measures & Calculated Items

Calculated Column & Measures

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

=SUM(Sales[quantity])

=AVERAGE(Products[RetailsPrice])

=DISTINCOUNT(Customer[CustomerName])

=Products[RetailsPrices] * 0.75

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

To concatenate two text strings

To create an AND condition between two expressions

To create an AND condition between more than two expressions

To concatenate more than two text strings

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the purpose of the following function:

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

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

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

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

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

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which term best describes the process of transforming a table from a horizontal orientation to a vertical orientation by turning distinct column values into rows?

Transposing

Unpivoting

Pivoting

Hinging