Forum Discussion

sscanlon's avatar
sscanlon
Helper II
4 years ago
Solved

DAX Conditional Formatting the maximum value for each column in a Matrix

Hi, I followed this post and video but cannot figure out a few things, hoping someone can help me figure it out.  https://www.sqlbi.com/articles/highlighting-the-minimum-and-maximum-values-in-a-powe...
  • lbendlin's avatar
    lbendlin
    4 years ago

    Read about the difference between aggregators (SUM, MAX)  and iterators (SUMX, MAXX).  That will help you to decide when to apply which (very roughly aggregators work on columns while iterators work on rows).

     

    Let me know when you have sorted your actual requirement out. The measure I provided is only one of many possible implementations (and a very simplistic one, too). It did work for your original request, but it's perfectly fine for requirements to change during prototyping.