Power BI Training  - 1.0

Power BI Training - 1.0

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

HTML - Tags, elements, tables and images

HTML - Tags, elements, tables and images

7th - 9th Grade

12 Qs

Spreadsheets

Spreadsheets

6th Grade

10 Qs

Yr 7 KO2 Quiz 1

Yr 7 KO2 Quiz 1

6th - 7th Grade

10 Qs

Can you ACCESS your Database?

Can you ACCESS your Database?

6th - 8th Grade

12 Qs

Spreadsheet Basics

Spreadsheet Basics

6th - 7th Grade

9 Qs

Grade 7 Using Excel as Database-ICT

Grade 7 Using Excel as Database-ICT

7th Grade

10 Qs

Reports Fundamentals

Reports Fundamentals

8th Grade

10 Qs

Excel Basics

Excel Basics

7th 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