Forum Discussion
MansAxelsson
2 years agoNew Member
Calculating values in a Bar Chart / Net-values and subtraction between filters
Hi team. I hope I can explain this easily. I have values like this table and graph: (Example numbers, mine is much more complex) How can i add a "Net" column that subtracts the outflows f...
- Anonymous2 years ago
Hi MansAxelsson ,
According to your description, here are my steps you can follow as a solution.
(1) My test data is the same as yours.
(2) We can create a measure.
Measure = SUM('Table'[Amount])(3) Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
2 years agoNot applicable
Hi MansAxelsson ,
According to your description, here are my steps you can follow as a solution.
(1) My test data is the same as yours.
(2) We can create a measure.
Measure = SUM('Table'[Amount])
(3) Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.