Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Block relational filter

Hello everyone,   How can I use the calculation of a measure without considering the filter of the relationship column between tables?   I have these two tables, Table Employee and Table Calendar...
  • MFelix's avatar
    6 years ago

    Hi Anonymous ,

     

    Use the all formula on the calculation:

     

     

     

    Business day by Employee = COUNTROWS(FILTER(ALLSELECTED('Table Calendar'); 'Table Calendar'[Business day] = 1))

     

     

    Not on computer did this by heart may need some changes.