Forum Discussion
Anonymous
7 years agoNot applicable
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 ...
- 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,
v-cherch-msft
7 years agoMicrosoft 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,