Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I looking to only count the work type for those who completed more than 1 total driver. The expression below doesnt seem to be working. Any help is appreciated.
=((count({<[Total Driver]={">1"},[DD_Production.Date.autoCalendar.Date]={"$(=Max([DD_Production.Date.autoCalendar.Date])">}[Work Type]))))
Perhaps this?
=((count({<[Total Driver]={"=Count([Total Driver])>1"},[DD_Production.Date.autoCalendar.Date]={"$(=Max([DD_Production.Date.autoCalendar.Date])">}[Work Type]))))
Perhaps this?
=((count({<[Total Driver]={"=Count([Total Driver])>1"},[DD_Production.Date.autoCalendar.Date]={"$(=Max([DD_Production.Date.autoCalendar.Date])">}[Work Type]))))