NigelBarrett
New Member
- Joined
- Mar 3, 2020
- Messages
- 6
- Office Version
- 365
I have a data model that tracks the hours people book to their timesheets.
I have a measure that filters all the ones that did not book the minimum number of hours for any week. This is called [need to fill in].
Next I have a measure that counts the number of weeks that have not been filled in fully. This is Count weeks:=countx('Calendar',[Need to fill in])
So for so good.
I have been trying to create a measure that filters [need to fill in] with [count weeks] > 1.
No joy here though.
Instead I do the filter in the pivot table itself using value filters.
Any suggestions?
I have a measure that filters all the ones that did not book the minimum number of hours for any week. This is called [need to fill in].
Next I have a measure that counts the number of weeks that have not been filled in fully. This is Count weeks:=countx('Calendar',[Need to fill in])
So for so good.
I have been trying to create a measure that filters [need to fill in] with [count weeks] > 1.
No joy here though.
Instead I do the filter in the pivot table itself using value filters.
Any suggestions?