Skip to main content
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Dax Help- Exact count

Capture.PNG













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

1 ACCEPTED SOLUTION
FreemanZ
Super User
Super User

try to create a measure like this

ReversalCount=

CALCULATE(

    COUNTROWS(TableName),

    TableName[AfterMode]="Special Resersal"

)

 

then pull this measure to the Card Visual

View solution in original post

2 REPLIES 2
FreemanZ
Super User
Super User

try to create a measure like this

ReversalCount=

CALCULATE(

    COUNTROWS(TableName),

    TableName[AfterMode]="Special Resersal"

)

 

then pull this measure to the Card Visual

Anonymous
Not applicable

@FreemanZ  Thank you very much Sir. 

Helpful resources

Announcements
November Fabric Update Carousel

Fabric Monthly Update - November 2025

Check out the November 2025 Fabric update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Users online (27)