Week 5 - DAX

Week 5 - DAX

Professional Development

5 Qs

quiz-placeholder

Similar activities

Quiz Ms. Excel

Quiz Ms. Excel

Professional Development

10 Qs

A_pbix-01

A_pbix-01

Professional Development

10 Qs

Vlookup Formula in Excel

Vlookup Formula in Excel

Professional Development

10 Qs

JMP Quizzard 2.o

JMP Quizzard 2.o

Professional Development

10 Qs

Refresh Excel

Refresh Excel

Professional Development

10 Qs

HA100 Unit1 - Describing SAP HANA

HA100 Unit1 - Describing SAP HANA

Professional Development

10 Qs

Table and Formatting Language

Table and Formatting Language

KG - Professional Development

7 Qs

CodeMonkey

CodeMonkey

Professional Development

10 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