Each bar is created with a separate dimension, because the periods we are tracking overlap. The problem is that in the data table, the periods repeat, which creates a weird Axis Value Label, Figure 1.
Workaround with not-great results.To fix, add a Table Calculation to the data in Looker and hide the dimensions that were making the weird axis value labels in Figure 1.
Axis Label
if(length(${dim_week.4_week})>1, "4 week",
if(length(${dim_week.13_week})>1, "13 week", "YTD"))


Comments
Post a Comment