Forum Discussion

vandam2's avatar
vandam2
Frequent Visitor
2 years ago
Solved

Filter Visual question

Good morning Gang, i have a question about modifying the look of a filter i have a filter for Shift time, but i would like to add the count of events to the filter view with the filter category    ...
  • jgeddes's avatar
    2 years ago

    One possible strategy would be to create a calculated column in your Details table that calculates the distinct count per shift and then concatenates that with the shift type. Then you would use your calculated column as the slicer.
    A basic example would look like...

    Hope this gets you going in the right direction.