Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

How to do Store Busy time Analysis

i have transaction time entered to my db whenever customer closes a deal. 

how can i use the time information to analyze the busy time and busy day reports ?

for example i want to know what time during the  day we closed most deals?

I am looking for a result like the following:

 

 

the following is the table i have in my data model. Along with store name and location where the transaction took place.

Besides, i want to do it on a line chart for the same. 

 

is there a visual that will help?

 

regards

 

5 Replies

  • Hi Anonymous ,

     

     

    What about the heat streams chart which you can find in the marketplace?

    In my example below I use it to chart sales count based on day and month.

     

    Regards

     

    LC

     

    Here is my visualization:

    • Anonymous's avatar
      Anonymous
      Not applicable

      This is a good visual indeed. Thank you for suggesting.

       

      How can i change the size of the month name, also sort the month starting from Jan to Devember. 

       

      is there any other visual you suggest besides this?

       

      Appreciate your help

      • lc_finance's avatar
        lc_finance
        Solution Sage

        You are right, this visual orders the months in alphabetical order, even if it does not make sense..

        You can create a new column 'Month number' with the month as a 2 digits numbers. You put the formula below for you. It's less nice than having the month written down but it works.

         

        I could not find any other visualization for this.

         

        Regards,

         

        LC

         

         

         

        Month number = FORMAT(month([date]),"00")