Forum Discussion

pardeepd84's avatar
pardeepd84
Icon for Helper III rankHelper III
5 years ago
Solved

Calculate max value in row on matrix

Hi, I am trying to get the 'max' count in a row within a matrix. My matrix contains the following fields:       I now need to create a further calculation to find the 'max' for each provid...
  • V-lianl-msft's avatar
    V-lianl-msft
    5 years ago

    Hi pardeepd84 ,

     

    Based on your description, you want to display the maximum value in the matrix row.

    Be aware that DAX measure are based on row context and the matrix is a multidimensional model. As a result, the context in the matrix does not exactly match the context in the two-dimensional dataset.

     

    Best Regards,
    Liang
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.