Hi,
You can create a new column by clicking on new column under modelling tab in power bi.
Then Enter the code as
- Column name = Table_name[column_name 1] + Table_name[column_name 2] + Table_name[column_name 3].
Then a new column will be created from the sum of multiple columns.
Hope this helps you.