Greetings,
I am having a dataset where I have a column marked as ‘Label’, which contains the current status of the request.
I would like to use funnel to show case the request journey, with the top of the funnel showing the total number of requests. The funnel should provide a view of the total requests which have passed a given state.
Total Request Received (300)
Waiting for Review (210)
Acted upon (70)
cleared (20)
Something like above, and I should be able to apply date filter to check for specific date range. The first is important to show the total Requests Received.
Also another funnel where I can show cases sales. The sales are based on total sales for a given month.
…..
Sales in Jan + Feb + March + April
Sales in Jan + Feb + March
Sales in Jan + Feb
Sales in Jan
Thanks in advance
Regards