For more information, please refer to this announcement explaining best practices for getting answers to questions.
Created new Measure with conditions incorrect result, Workforce Management - Workforce Assignment RT
Summary:
Hello all,
I have created a new measure - Count of Female Managers -
FILTER("Worker Assignment"."Assignment Count" USING ((DESCRIPTOR_IDOF("Workforce Management - Worker Assignment Real Time"."Worker"."Employee Gender") = 'F') AND (DESCRIPTOR_IDOF("Workforce Management - Worker Assignment Real Time"."Worker Assignment Details"."Manager Flag") = 'Y')))
When I create a performance tile with this measure it shows the correct result (1) - all great
however when I add the performance tile to the results tab it ignores the condition.
Anyone know what am I missing? Or is it not possible to show performance tiles having different conditions? - i.e. Headcount tile does not have condition to restrict to Female Managers. Do I need to create two separate reports to get this functionality? (One for Headcount and another for Female Managers)