Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

COUNTROWS without date slicer

I have my data linked to a Date table that I have created. Since I can easily show numbers depending of a Slicer which is nice. I was able to do a new measure like so :     Association Total - Dé...
  • TomMartens's avatar
    7 years ago

    Hey,

     

    create a measure that ignores all the filter coming from your date table like so:

     

    Association Total - Début ignoring the date = 
    CALCULATE(
    [Association Total - Début]
    ,ALL('name of your calendar table'[name of the column that is used in the relationship]
    )

    Hopefully this is what you are looking for.

    Regards,

    Tom