Forum Discussion
Adding Columns for Visual Table
Hello,
I would like to add a column to a visual table is the sum or addition of 4 other columns I have in a table field. Please see my screenshot - I am trying to add Column 1 + Column 2 + Column 3 + Column 4 to create a TOTAL of those 4 columns, so that I can use the Total column in a visual table for my dashboard.
Thank you!
dtango9 you don't need to use sum function, remove it.
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.⚡
2 Replies
- parry2kSuper User
dtango9 you don't need to use sum function, remove it.
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.⚡
- amitchandakSuper User
dtango9 , As mentioned by parry2k
just Try
Column 5 = [Column 1] + [Column 2] + [Column 3] + [Column 4]
Column work at row level so no need to sum, That will add up Grand total.
refer to this document: https://www.sqlbi.com/articles/calculated-columns-and-measures-in-dax/