I am trying to return the maximum value of multiple columns on a single row using DAX (PowerPivot). The problem is that the DAX MAX function is designed to take one column as a parameter and return the maximum value in that entire column. Instead, for each row, I want the maximum value of multpile fields.
Thanks!
Thanks!