Pretty certain you can achieve this if you are willing to use a bar
graph in lieu of a line graph.Calculated MetricColumn Sum [If page views
> 100, 1, else 0]Use month as a dynamic column header below the
metric.Drop page or whatever you dimension is into the table.Select the
dimension title and viz as a bar graph.This works for values that exceed
a threshold, its impossible to use this for values below a threshold
(less than 100) because if a user doesn't view a product at least once
it would n...