Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello All,
I want to get the Total value of Pending Account Approval i.e. 59 (mark in blue rectangle) into the card tile.
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.
So, How should I get 59 in Card Tile.
Let me know anything require,
Thanks.
Solved! Go to Solution.
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.
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.