Saved Bookmarks
| 1. |
What Is The Difference Between Max And Maxa Functions In Dax? |
|
Answer» The MAX FUNCTION takes as an ARGUMENT a column that contains numeric VALUES. If the column contains no numbers, MAX RETURNS a blank. If you want to evaluate values that are not numbers, USE the MAXA function. The MAX function takes as an argument a column that contains numeric values. If the column contains no numbers, MAX returns a blank. If you want to evaluate values that are not numbers, use the MAXA function. |
|