Forum Discussion
AndersMadsen
Helper I
8 years agoFiltered 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...
- 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.
AndersMadsen
Helper I
8 years agoAlright, 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.