Forum Discussion
Anonymous
5 years agoNot applicable
Visualizing customer journey through a chart (different paths)
Hi Everyone, I would like to analyse the customer journey of the users of a website by having all the different path combinations that have been followed Ideally I would like to have it in a t...
Greg_Deckler
5 years agoCommunity Champion
Anonymous
Perhaps you could get the table you want using something like
Table = SUMMARIZE('Table',[Customer],"Path",CONCATENATEX('Table'[Page]))
That looks like a ribbon chart (built in). If that doesn't work:
- You could check for third-party visuals.
- Also, you could check if R visuals might suffice - https://community.powerbi.com/t5/R-Script-Showcase/bd-p/RVisuals
- Also, there are Python visuals.
- There are also SVG visuals you can create - https://community.powerbi.com/t5/forums/searchpage/tab/message?advanced=false&allow_punctuation=false&filter=location&location=forum-board:QuickMeasuresGallery&q=svg (scroll down on that page)
- You could create your own custom visual - https://powerbi.microsoft.com/en-us/developers/custom-visualization/
- Also, https://charts.powerbi.tips/
- Finally, last but not least you could try the Charticulator! - https://charticulator.com/