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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Good! I have a query, I need to calculate the total amount you have for the last update of each bank. I used a calculate with lastnonblank to bring the last amount and also the last update (columns of the table), but in the total it calculates only the values that contain some modification in the last update (17/4 17:08:29), and not the amount of all as I really want.
I would like to correct this in the table, and also show the total amount of all banks.
Greetings and thanks!
Solved! Go to Solution.
Hi,
Try this measure
Measure = SUMX(VALUES(Data[Banco/Entitad]),[Monto])
My assumption is that Monto is a measure that you have written.
Hi,
Try this measure
Measure = SUMX(VALUES(Data[Banco/Entitad]),[Monto])
My assumption is that Monto is a measure that you have written.
Check out the November 2025 Power BI 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!
| User | Count |
|---|---|
| 58 | |
| 45 | |
| 42 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 169 | |
| 109 | |
| 91 | |
| 55 | |
| 44 |