1 What is DAX? Flashcards

1
Q

What does DAX stand for?

A

Data Analysis Expressions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the primary purpose of DAX?

A

Enables complex calculations and derives new insights from data models

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the key applications of DAX?

A
  • Creating calculated columns
  • Creating calculated measures
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a calculated column in DAX?

A

Extends tables with new data derived from existing columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a calculated measure in DAX?

A

Generates single values (aggregations, metrics) for visualizations, without adding new columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What type of language is DAX considered?

A

Functional language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How are DAX expressions evaluated?

A

From the innermost function outward

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What components does DAX consist of?

A
  • Functions
  • Operators
  • Constants
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What data types does DAX support?

A
  • Numeric
  • Text
  • Date
  • Boolean
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is crucial for writing valid DAX expressions?

A

Understanding DAX syntax

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the two types of context in DAX calculations?

A
  • Row context
  • Filter context
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

True or False: DAX provides functions for error handling.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Why is performance important when writing DAX formulas?

A

For optimal report performance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What features does the DAX editor in Power BI Desktop provide?

A
  • IntelliSense
  • Syntax highlighting
  • Formula validation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Fill in the blank: DAX consists of functions, operators, and _______.

A

Constants

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What resources does Microsoft provide for learning DAX?

A

Extensive documentation, tutorials, and online resources

17
Q

What is the significance of understanding context in DAX?

A

It influences the result of calculations

18
Q

What allows users to manage potential errors in DAX formulas?

A

Error handling functions