Forum Discussion
Anonymous
6 years agoNot applicable
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...
- 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.
amitchandak
Super User
6 years agoAnonymous , if business day value is 1 and 0
the sum will give what you have in actual and the count will give what you have desired output