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 ...
  • v-cherch-msft's avatar
    7 years ago

    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,