Forum Discussion

POWER_MI's avatar
POWER_MI
Post Patron
5 years ago
Solved

Need help

Hi,  is it possible to define mesure to use on power BI to calculate    The number of row wich egalement on table at status ='' OK"   the table ( excel data base)  have rows: Project  ( project...
  • Anonymous's avatar
    Anonymous
    5 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