Forum Discussion
dtango9
6 years agoHelper II
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...
- 6 years ago
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.⚡
amitchandak
6 years agoSuper 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/