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,
I have a column called After mode which is basically various payment mode. I would like to create a card vizualization where i would like the exact count of all these payment modes. For example: I have total of 79, 571 Reversal. How do I display this number in card visualization?
Please help
Solved! Go to Solution.
try to create a measure like this
ReversalCount=
CALCULATE(
COUNTROWS(TableName),
TableName[AfterMode]="Special Resersal"
)
then pull this measure to the Card Visual
try to create a measure like this
ReversalCount=
CALCULATE(
COUNTROWS(TableName),
TableName[AfterMode]="Special Resersal"
)
then pull this measure to the Card Visual
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!