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.
I have a card visual that only shows the value of Total Returned. Is there a way to show in the same card visual the percentage against the Total Issued, 15.31%? I don't mind creating another measure if I have to, as long as both are in the same card visual.
Solved! Go to Solution.
Hi,
You can select Multi row card and drag this measure
=divide([total returned],[total issued])
Hope this helps.
Hi,
You can select Multi row card and drag this measure
=divide([total returned],[total issued])
Hope this helps.