M02: Preparación de datos en Power BI

M02: Preparación de datos en Power BI

Professional Development

5 Qs

quiz-placeholder

Similar activities

Taller Martes 09

Taller Martes 09

1st Grade - Professional Development

8 Qs

Nodejs: Database

Nodejs: Database

Professional Development

10 Qs

PJP Apr 23

PJP Apr 23

Professional Development

10 Qs

Model View in Powerbi

Model View in Powerbi

Professional Development

10 Qs

Data Exploration & Cleansing

Data Exploration & Cleansing

Professional Development

8 Qs

Pengetahuan Dasar MySQL

Pengetahuan Dasar MySQL

Professional Development

10 Qs

Introduction to Power BI

Introduction to Power BI

Professional Development

6 Qs

PostgreSQL

PostgreSQL

1st Grade - Professional Development

8 Qs

M02: Preparación de datos en Power BI

M02: Preparación de datos en Power BI

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Mariano Cuadra

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

Which query language do you use to extract data from Microsoft SQL Server?

DAX

T-SQL

MDX

Answer explanation

Should include a statement that if you don't need an entire table, you can query the data directly using T-SQL.)

2.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

You’re creating a Power BI report with data from an Azure Analysis Services Cube. When the data refreshes in the cube, you would like to see it immediately in the Power BI report. How should you connect?

Connect Live

Import

Direct Query

Answer explanation

Should include a statement that references that when the data refreshes in the cube, you would like to see it immediately in the Power BI report.)

3.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

Which storage mode leaves the data at the data source?

Import

Direct Query

Dual

Answer explanation

Should include a statement that includes that the Import mode allows you to create a local Power BI copy of your datasets from your data source. DirectQuery creates a direct connection to the data source, ensuring your data is not cached and you are always viewing the most up-to-date data. Dual, identifies some data to be directly imported and other data that must be queried.

4.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

Which technology improves performance by generating a single query statement to retrieve and transform source data?

Query folding

Adding index columns

Adding custom columns with complex logic

Answer explanation

Should include a statement that includes that query folding is the process that lets Power Query generate a single query statement to retrieve and transform source data. The benefits include more efficiency in data refreshes and incremental refreshes and automatic compatibility with DirectQuery and Dual storage modes

5.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

What can you do to improve performance when you are getting data in Power BI?

What can you do to improve performance when you are getting data in Power BI?

Use the Select SQL statement in your SQL queries when you are pulling data from a relational database

Combine date and time columns into a single column

Do some calculations in the original data source

Answer explanation

Should include a statement that references hardware resources are being constrained by concurrent users using the same data.