Hi,
I have a bar graph of turnover where our company recently acquired another company. As you can see it happened in Q4 of 2021. Is there a way to hide Q1 of 2021 while still displaying Q1 of 2022?
2 answers
@Nicholas Madison
Hi again, in this case you can create a calc like:
IF DATEPART("quarter",[Order Date])=1 AND YEAR([Order Date])=2021 THEN "Hide" ELSE "Show" ENDAnd then, you can add it to the rows shelf:
And then you can right clic on the hide label and select hide:
And then uncheck Show Header in the pill in the rows shelf:
If this post resolves the question, would you be so kind to "Select as Best"?. This will help other users find the same answer/resolution and help community keep track of answered questions. Thank you.
Regards,
Diego
Tableau Ambassador