Forum Discussion

nok0620's avatar
nok0620
Frequent Visitor
8 years ago
Solved

Visual Interactions - pie chart not working properly

There're two piecharts on my dashboard. When I click on one of the areas of piechart A (by country), piechart B (only YES or NO) should highlight and flag out values regarding that particular area of...
  • GeorgeBuster's avatar
    GeorgeBuster
    8 years ago

    This is really weird. Let's do some tests.

     

    1. Use this measure instead of the automatic count:

    CountMeaseure=
    var Number=DISTINCTCOUNT(Name)
    return
    IF(
        Number=BLANK();
        0;
        Number
    )

     

    2. Tell me if the mouseover value is right.

     

    3. Try with the differents Label styles.