Question
When viewing recent data with the relative date filters, the headers with no value are not displayed. Is it possible to keep showing all the headers?
When viewing recent data with the relative date filters, the headers with no value are not displayed. Is it possible to keep showing all the headers?
IF DATETRUNC([date_part],DATEADD([date_part],-[Last N]+1,TODAY())) <= [Order Date] AND [Order Date] <= DATEADD('day',-1,DATEADD([date_part],1,DATETRUNC([date_part],TODAY()))) THEN [Sales] ELSE 0 END4. Add Category and Sub-Category to Rows.