Forum Discussion
Need help
- Anonymous5 years ago
Hi POWER_MI,
#1, You can put '+0' to your formula to force display all rows:
Nombre K0 = CALCULATE ( COUNTA ( 'Feuil1'[status] ), 'Feuil1'[status] IN { "K0" } ) + 0#2, I'm not so clear about your description, did you means only export projects that contain particular status?
Regards,
Xiaoxin Sheng
POWER_MI ,
Not clear,
use something like this and check the Answer.
If(table[Status]="Ok",COUNT(table[Project]),0)
after writing this measure use Matrix table to show Project wise count.
regards,
Manikumar
If you think this is helpful Accept as a soltion and leave a like.
- POWER_MI5 years agoPost Patron
thanks for answer
i used this mesure and it work i have just not able to take blank or empty rows
Nombre K0 =CALCULATE(COUNTA('Feuil1'[status]), 'Feuil1'[status] IN { "K0"})project 1 project 2 project 3OK 5 2KO if not row this row will not displayed on results so how to add also '0' Ko row for projectsUnknownalso for Project 1 we have 5 OK how to export just this 5 Rows ?
- Anonymous5 years agoNot applicable
Hi POWER_MI,
#1, You can put '+0' to your formula to force display all rows:
Nombre K0 = CALCULATE ( COUNTA ( 'Feuil1'[status] ), 'Feuil1'[status] IN { "K0" } ) + 0#2, I'm not so clear about your description, did you means only export projects that contain particular status?
Regards,
Xiaoxin Sheng