Forum Discussion

Khalyda's avatar
Khalyda
Frequent Visitor
6 years ago
Solved

Merge two matrix in one

Hello,

I want to make a merge of two matrix in one single matrix.

My first set of data is shaped like this : 

CATEG 1 | CATEG 2 | Value 1

 

My second set of data is shaped like this : 

CATEG 1 | Value 2

 

I want to make a matrix that looks like this : 

 categ 2.1categ 2.2Total Value 1label "Value 2"
categ 1.1Value 1Value 1 Value 2
categ 1.2Value 1Value 1 Value 2
categ 1.3Value 1Value 1 Value 2

 

Have you any tips to do that ? 

Thanks for your advices.

 

 

v-lid-msft 

Icey 

parry2k 

  • Hi Khalyda ,

     

    It is not available to achieve that. By default, we add a column/measure into value section in a matrix visual, it will be grouped automatically. 

     

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

3 Replies