Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
Solved! Go to Solution.
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,
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,
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.