Forum Discussion
Anonymous
3 years agoNot applicable
Adding two columns from different sheet (using a filter)
I am trying to add two columns / sheet from a different sheet for the dashboard, but running into a 'Blank' statement if the corresponding row doesnt exist in one of the columns / sheet. E.g. Sh...
- 3 years ago
Try
My Sum = SUM('Sheet1'[Amount]) + SUM('Sheet2'[payment])
Anonymous
3 years agoNot applicable
Doesnt work 😞
- johnt753 years agoSuper User
you'll need to be more specific, what result or error are you getting? can you share a sample PBIX ?