Forum Discussion

WDarwish's avatar
WDarwish
Frequent Visitor
6 years ago
Solved

Help with counting behavior

Apologies if the subject is not 100% clear - it is difficult to describe as English is not my native language.   I have a simplified data set that represents my problem. Also attached sample PBIX. ...
  • parry2k's avatar
    6 years ago

    WDarwish for card, add this following measure and you don't need visual level filter on card whcih you currently have.

     

    Invisible Count = 
    CALCULATE( COUNTROWS( 'Sample' ), NOT 'Sample'[Is Visible?] )  
  • parry2k's avatar
    parry2k
    6 years ago

    WDarwish Basically that measure is saying just ignore any filter on Is Visible  and just count where Is Visible is False