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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I want to add up the project value column. Like add another column on the data that sums up the project value column. Right now I have
Column 27=Calculate(SUM(Table[ProjectValue]))
It's not adding up.
Please help
Solved! Go to Solution.
Hi @Anonymous ,
Try this:
Column 27=(SUM(Table[ProjectValue])
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
Proud to be a Super User!
Hi @Anonymous ,
Did you implement sum up "Project Value"? If yes, please mark the helpful answer as a solution. More people will benefit here.
If you are still confused about it, I think you could try to change the data type from text to number as amitchandak suggested. Based on my test, you might need to change it in Query Editor.
In Query Editor
Column = SUM('Table'[Project Value])
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Also, check if the relationships in the model are set properly. If the first two suggestions do not fix the issue already.
@Anonymous wrote:
Hi,
I want to add up the project value column. Like add another column on the data that sums up the project value column. Right now I have
Column 27=Calculate(SUM(Table[ProjectValue]))
It's not adding up.
Please help
Go to the model view and check its data type. It seems like a text. Convert to number data type
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks.
My Recent Blog - https://community.powerbi.com/t5/Community-Blog/Comparing-Data-Across-Date-Ranges/ba-p/823601
Hi @Anonymous ,
Try this:
Column 27=(SUM(Table[ProjectValue])
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
Proud to be a Super User!
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 |
|---|---|
| 102 | |
| 79 | |
| 57 | |
| 51 | |
| 46 |