The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I have data as follows
Client ID | Step Before | Step After | Date Changed |
1 | 1.0 Call Client | 2.0 New Business | 01/01/2020 |
2 | 1.0 Call Client | 2.1 Client Not Proceeding | 01/02/2020 |
1 | 2.0 New Business | 3.0 Client Not Proceeding | 01/03/2020 |
I want to be able to show the flow through the process i.e. how many have gone from call client to new business etc.
I was thinking of using a decomposition tree and then using groups as per this post.... https://community.powerbi.com/t5/Desktop/Decomposition-Tree-with-Groups/m-p/886980
But I cant get it to work. Can anyone recommend a way I can see the flow? The output ideally would look like Google Analytics Behaviour chart.
Many thanks in advance,
Alex
Solved! Go to Solution.
Hi @alexsimpson ,
You'd probably need to create a custom visual for this.
There are plenty of details and examples on GitHub here: http://github.com/Microsoft/PowerBI-Visuals Hope that helps.
You can also try to use this visual.https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA200000072
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @alexsimpson ,
You'd probably need to create a custom visual for this.
There are plenty of details and examples on GitHub here: http://github.com/Microsoft/PowerBI-Visuals Hope that helps.
You can also try to use this visual.https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA200000072
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@alexsimpson , check some visuals are discussed in Feb 2020
https://powerbi.microsoft.com/en-us/blog/power-bi-desktop-february-2020-feature-summary/