Forum Discussion
DennisNilsson
8 years agoFrequent Visitor
How do I calculate Column 1 + Column 2=?
Hey, I have two columns, one that tells me the current number of megabytes a customer has in their space and one that tells me the number of megabytes that same customer has deleted. I am trying ...
- Anonymous8 years ago
Hi,
You can add a "New column" to the table. (tab "Modelling" --> New Column)
Total Uploaded Megabytes = 'yourtablename'[current megabytes] + 'yourtablename'[deleted megabytes]It will be calculated for each row.
Anonymous
8 years agoNot applicable
Hi,
You can add a "New column" to the table. (tab "Modelling" --> New Column)
Total Uploaded Megabytes = 'yourtablename'[current megabytes] + 'yourtablename'[deleted megabytes]
It will be calculated for each row.
DennisNilsson
8 years agoFrequent Visitor
So no argument is needed at all. This service keeps on surprising me... Thank you Anonymous for an elegant solution! I assume this will also be calculated for new entries as I refresh the table.
- Anonymous8 years agoNot applicable
You're wellcome. Correct, it will be calculated automatically when adding or changing records to the table.