Forum Discussion
user Clickstream template
hi,
there will he a template for viewing the user clickstream on a website based on the timestamp (in x axis) and web pages visited in step, I tried the sankey diagram but does not work
thank you,
The sankey chart can only render a "source to target" chart, it doesn't support a time-based X axis. You may develop a custom visual.
Regards,
5 Replies
- v-sihou-msftMicrosoft Employee
What does your retrieved dataset looks like?
When using sankey diagram, make sure you have two fields "source" and "target". It supposes to show the correct cascaded stream from source to target.
Regards,
- keaonerFrequent Visitor
Thank U v-sihou-msft
My dataset is complex, this is the urls navigation on a legal site below an example
Timestamp,jsession,url_current,url_origin,login,identifiant, 2016-11-08 23:59:59.484,67EF41955A146833B6BA6137E04DF2CA,DocumentViewUAContent?key=MC&refId=L13356D1855F9B-EFL,/EFL2/document/key=MC,logincompany,john smith, 2016-11-08 23:59:59.484,8054231955A146833B6BA6137E458663,DocumentViewUAContent?key=MF&refId=L20056D1858020-EFL,/EFL2/document/key=MC,logincompany,john smith,
In my dataset I have notions of timestamp and session of navigation, login of the company and identity of the user, at first what interests me it is an axis X based on the timestamp and the steps that are the url without the query string
Best Regard
- v-sihou-msftMicrosoft Employee
The sankey chart can only render a "source to target" chart, it doesn't support a time-based X axis. You may develop a custom visual.
Regards,
- keaonerFrequent Visitor
Hi all,
Could you tell me if it is possible to have the source code of this visual:
-- > https://app.powerbi.com/visuals/show/StreamGraph1446659696222
Does the source code of the deprecated version (PowerBI-visuals-core) work with the current version (PowerBI-visuals)?
I would like to enrich the infos bubble
Best regards