Hello experts I need help creating a chart that shows only the third quarter of each year. My master calendar has quarter but am at a loss on how to extract only the third quarter. My chart needs to look like the attached chart below
In your expression use set analysis to do the filtering Assuming your calendar has a column called Quarter with values Q1,Q2,Q3,Q4 use an expression like Sum( {<Quarter= {'Q3'} >} Sales)