Problem
Unexpected values are displayed when setting Color on a bar chart displaying multiple measures.
For example, assume that you have the following data.
when each measure is calculated as follows, 0 is displayed on each bar after setting Color.
Field Name: Male
Formula: COUNT(IF [Gender] = "Male" THEN [ID] END)
Field Name: Female
Formula: COUNT(IF [Gender] = "Female" THEN [ID] END)