Forum Discussion

topazz11's avatar
topazz11
Helper III
6 years ago
Solved

Measures on Matrix

Hi, I was wondering if this is possible.   I have a matrix with measures on rows and year on columns. Value1, Value2, Value3 should go to rows but value 4 need to go to values in the Matrix field....
  • v-lid-msft's avatar
    v-lid-msft
    6 years ago

    Hi topazz11 ,

     

    We can not put measure into the Row Field of Matrix visual, if you want to show it, we can create a calculated table to meet your requirement.

     

    Table = ADDCOLUMNS(GROUPBY('Table1',Table1[item]),"Value1",[Value1],"Value2",[Value2])

     


    BTW, pbix as attached.

     

    Best regards,

    Community Support Team _ Dong Li
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.