Forum Discussion
If statement not totalling in matrix
mwen90 , Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Make sure this is the new column
Column 2= if([Column3]<0, blank(), [Column3])
- mwen904 years ago
Helper III
Thanks amitchandak see link to access sample data https://drive.google.com/drive/folders/1o-w5BZBVZCHkfNboDbWg5soJBsnXENTO?usp=sharing
Please note, I just want to recreate Column 3, but only display the positive value of 199.85. I am hoping this will also display as the total.
Thank you so much for the help!
- Sirhawk30172 years ago
Helper II
Did you find an answer to this? Having the same problem.
- mwen902 years ago
Helper III
Yeah, I used Sumx(Summarize(......). I then input my table and the columns which were in the matrix.
You need to play around with the order of the summarize.
- mwen904 years ago
Helper III
amitchandak further, if I do the formula you suggested, the coloum 3 value isn't the same?
It's 199.85 in Column 3 , Column 4 is 240?
Cheers,