Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Ignore a filter for a measure

Hi, I would like to show a total sales measure on 1 chart, that ignores the sales person's contribution and next to it should be the sales person's contribution. Nothing seems to be working so f...
  • Anonymous's avatar
    Anonymous
    7 years ago

    Hi TomMartens 

    The Measure you used worked great, but I did not see that there is another column for my filter as it was with table.
    Image + name

     

    So I had to write:

     

    Total Sales YTD test 1 =
    CALCULATE(
    TOTALYTD([Total Sales];DATESYTD('Date Table'[Year-Month]))
    ;ALL('Adman (kisebb)'[2019 Sales]; 'Adman (kisebb)'[Képek])
    )
     
    Thank you so much! :)