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! It's time to submit your entry. Live now!
Hello,
I have a table with static values.
When I try to SUM these values, my values change (below):
Is there a way I can get the total of all the values?
Thanks!
Solved! Go to Solution.
Hi @amandabus21 ,
Based on your description, I created the MEASUREMENT and put it into the table visual object, which shows the correct results.
_sum_quantity =
SUM('Table'[Quantity])
You're getting unexpected results, probably because some of the calculations are causing grouping calculations for the same values in the QUANTITY column. Alternatively, the table has a built-in aggregation function that you can use to sum directly.
If your Current Period does not refer to this, please clarify in a follow-up reply.
Best Regards,
Clara Gong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
yes, this was a grouping problem, thank you!
Hi @amandabus21 ,
Based on your description, I created the MEASUREMENT and put it into the table visual object, which shows the correct results.
_sum_quantity =
SUM('Table'[Quantity])
You're getting unexpected results, probably because some of the calculations are causing grouping calculations for the same values in the QUANTITY column. Alternatively, the table has a built-in aggregation function that you can use to sum directly.
If your Current Period does not refer to this, please clarify in a follow-up reply.
Best Regards,
Clara Gong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 5 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 16 | |
| 11 | |
| 9 | |
| 8 | |
| 7 |