| 1. |
Name Any 3 Most Useful Aggregation Functions Dax? |
|
Answer» DAX has a NUMBER of aggregation functions, including the following COMMONLY used functions: These functions work only on numeric columns, and generally can aggregate only one column at a time. However, special aggregation functions that end in X, such as SUMX, can work on multiple columns. These functions iterate through the table, and evaluate the expression for each row. DAX has a number of aggregation functions, including the following commonly used functions: These functions work only on numeric columns, and generally can aggregate only one column at a time. However, special aggregation functions that end in X, such as SUMX, can work on multiple columns. These functions iterate through the table, and evaluate the expression for each row. |
|