Forum Discussion
pedrohenriquewe
1 year agoRegular Visitor
Showing specifc labels (current - 5) based on current filter
Hello everyone, I believe the image below is self-explanatory. The behavior I want is for the visual (bar/line plot) to only display the last 5 labels based on the current filter. The issue is th...
- 1 year ago
the slicer needs to be fed from a disconnected table. The chart's measure must probe the slicer value and return BLANK if the values are outside the range.
lbendlin
Super User
1 year agothe slicer needs to be fed from a disconnected table. The chart's measure must probe the slicer value and return BLANK if the values are outside the range.
pedrohenriquewe
1 year agoRegular Visitor
Thanks mate. It worked.