Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Multi Row Card

Hello,

 

In  a multi row card, the value appear over the category name as below:

 

25             34

Cat A       Cat B

 

Is it possible to obtain something like this:

 

Cat A: 25
Cat B: 34

 

Does someone know if it is possible to do that and if so How?

Regards,

alepage

 

  • Hi Anonymous 

    Could you share your sample data or more details?If your real data like below,you may create a calculated column and then use it in nulti row card.

    Column = Table3[Column1]&":"&Table3[Column2]

    Regards,

1 Reply

  • v-cherch-msft's avatar
    v-cherch-msft
    Microsoft Employee

    Hi Anonymous 

    Could you share your sample data or more details?If your real data like below,you may create a calculated column and then use it in nulti row card.

    Column = Table3[Column1]&":"&Table3[Column2]

    Regards,