Forum Discussion

AndersMadsen's avatar
AndersMadsen
Icon for Helper I rankHelper I
8 years ago
Solved

Filtered count isn't reflected in other visuals when selected

I have a simple measure m1:  Calculate(FactTable, [solved]=true()) m2  Calculate(FactTable, [solved]=false())   In the same table I have a column (teacher)  which is also either true or false...
  • AndersMadsen's avatar
    8 years ago

    Alright, a little update.

     

    I made it work.

     

    All I had to do was put the [solved] column into the "Legend" part of the visual. 

     

    The only problem this gives is that I couldn't give the legend the name I wanted (solved, not solved) but was instead shown as "true" or "false". Changing the data labels so I showed percentage and category name was a solution though.