Forum Discussion

skorpionaa's avatar
skorpionaa
Helper I
6 years ago
Solved

Ignore Filter on Visual

I'm trying to ignore master Filter on this measure can anybody help me out I'm not talking about edit Interaction. I'm talking about the filter on the page. How can I ignore it? Here is my measure:...
  • ranbeermakin's avatar
    ranbeermakin
    6 years ago

    hey, try this


    CALCULATE (
    COUNT ( 'ROUND 2 Survey Productivity Data'[row.__created.1] ),
    'ROUND 2 Survey Productivity Data'[row.username] = "alhumaydani"
    )
    / CALCULATE (
    COUNT ( 'ROUND 2 Survey Productivity Data'[row.username] ),
    ALL ( 'ROUND 2 Survey Productivity Data'[row.username] )
    )