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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Card Tile not showing required value

Hello All,

I want to get the Total value of Pending Account Approval i.e. 59 (mark in blue rectangle) into the card tile.

vinitdhakite_0-1669280984587.png

Right now, some random number (50) is showing in card tile. I put account_payment_approval_value column into filter and select only Pending Account Approval but it show some random 7 no.

vinitdhakite_0-1669281577131.png

So, How should I get 59 in Card Tile.

 

Let me know anything require,

Thanks.

1 ACCEPTED SOLUTION
TotunG
Resolver I
Resolver I

Are you definitly using the 'SUM' of the Pending Account Appoval in your field? Check by clicking the arrow / drop down on the 'Number of Pending Account Approvals' Field area. 

 

If so, then you could create a DAX measure to give this value. For example:

 

Total Pending Account Approval: SUMX('Table','Table'[Pending Account Approval]).

 

Then use this measure in your card. 

View solution in original post

1 REPLY 1
TotunG
Resolver I
Resolver I

Are you definitly using the 'SUM' of the Pending Account Appoval in your field? Check by clicking the arrow / drop down on the 'Number of Pending Account Approvals' Field area. 

 

If so, then you could create a DAX measure to give this value. For example:

 

Total Pending Account Approval: SUMX('Table','Table'[Pending Account Approval]).

 

Then use this measure in your card. 

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

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.

Top Solution Authors