Forum Discussion

Divous's avatar
Divous
Helper III
4 years ago
Solved

Funnel from cummulative data

Hi community,

for our customers we provide chat and we need to know statistics.

I am looking for solution and nice and cozy visualization of chat progress. The goal is to have some kind of funnel which show how much users or helpers dont get to next chat message (next step) and how long it take.

The first measured message is after "%helper_name% connected to chat" and then count all that the user exchanges with the helper. If user or helper have more then one response/message, before other side respond, it can be agregated.

We are not interested in messages between chatbot and user, but how helpers and users (and how fast) respond. Or group of helpers or only one, but I think I should be done easily by filters.


Simplified sample data attached.
Picture attached for better understanding of my goal.

 

It can be done with PowerBI? I am trying to do it but still without success. Can you provide me with steps or functions which use to do it and some tip for visualization, please?

Thanks in advance!

  • Hi Divous ,

    If you can take your data in the following format:

     

    Y AxisBar DataLabelConv %Time DeltaDummyBar Data/2Type
    Users 900 msg9001015270450User
    Helpers 1000 msg1000925430500Helper
    Users 1100 msg1100856390550User

     

    "Dummy" is a computed column with all values 0. 

    "Bar Data/2" is a computed column with value Bar Data /2.

     

    You can develop following visual using https://pbivizedit.com

    You can take a look at https://pbivizedit.com/gallery/funnel

     

    Please note, these visuals do not support (as on date):

    1. native Power BI tooltips.

    2. selection

     

    Thanks,

    -R

9 Replies