Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are three fundamental concepts of DAX?
Home
PowerBI
What are three fundamental concepts of DAX?
0
votes
asked
Jan 27
in
PowerBI
by
GeorgeBell
What are three fundamental concepts of DAX?
powerbi-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 27
by
GeorgeBell
The three fundamental concepts of DAX are as follows:
Syntax : It is the formula that includes the functions. If you use incorrect syntax, you may get an error.
Context : Context is of two types: Row content and filter context. Row context is used when the formula has a function, which applies a filter to identify a row in a specific table. Filter context is used with one or more filters to get values.
Functions : Function is the argument with specific orders to perform. The function helps in calculating any specific order as required.
...