Forum Discussion
Stacked Area Chart Visualization and Date Range
- 9 years ago
What I lack in ability I make up for in tenacity; I was able to solve my own problem.
B2S = IF(AND(print_consumer[Create Date] >= DATE(2016,9,1),print_consumer[Create Date] <=DATE(2016,9,30)),[Case ID])
This copied all Case ID between the dates indicated and placed then in a new column. This was repeated for multiple date ranges representing several define dates ranges and then I was able to bring them in as stacked area chart values.
What I lack in ability I make up for in tenacity; I was able to solve my own problem.
B2S = IF(AND(print_consumer[Create Date] >= DATE(2016,9,1),print_consumer[Create Date] <=DATE(2016,9,30)),[Case ID])
This copied all Case ID between the dates indicated and placed then in a new column. This was repeated for multiple date ranges representing several define dates ranges and then I was able to bring them in as stacked area chart values.