Week 5 - DAX

Week 5 - DAX

Professional Development

5 Qs

quiz-placeholder

Similar activities

Pivot Table ง่ายๆ คุณเองก็ทำได้

Pivot Table ง่ายๆ คุณเองก็ทำได้

Professional Development

10 Qs

Power BI 02 - Connecting & Shaping Data

Power BI 02 - Connecting & Shaping Data

Professional Development

9 Qs

Microsoft Excel Quiz on Insert Tab

Microsoft Excel Quiz on Insert Tab

Professional Development

10 Qs

Power BI - Game 2

Power BI - Game 2

Professional Development

10 Qs

Power BI

Power BI

Professional Development

10 Qs

asistencia bases de la clase 1

asistencia bases de la clase 1

Professional Development

8 Qs

Power BI Básico RH

Power BI Básico RH

Professional Development

10 Qs

Power BI Introduction and Connecting with Data Sources

Power BI Introduction and Connecting with Data Sources

Professional Development

9 Qs

Week 5 - DAX

Week 5 - DAX

Assessment

Quiz

Computers, Mathematics

Professional Development

Medium

Created by

Annalisa Occhipinti

Used 5+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

DAX stands for ___

Data Analytics Expressions

Data Analysis Execution

Data Analytics Examples

Data Analysis Expressions

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

Calculated Column & Calculated Fields

Calculated Column & Measures

Calculated Fields & Measures

Measures & Calculated Items

3.

MULTIPLE CHOICE QUESTION

20 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

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What always surrounds a column name in a DAX formula?

&&

Parentheses ( )

Brackets [ ]

Exclamation!

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Can a formula contain more than one function?

Yes

No