March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi!
I have dataset that looks like this:
Job Name | Start | End | Duration (days) |
JOB24 | 12.07.2018 03:00:53 | 12.07.2018 03:30:53 | 0,020833333 |
JOB23 | 12.07.2018 02:37:36 | 12.07.2018 02:38:09 | 0,000381944 |
JOB22 | 12.07.2018 02:37:36 | 12.07.2018 02:38:04 | 0,000324074 |
JOB21 | 12.07.2018 02:37:13 | 12.07.2018 02:37:14 | 1,15741E-05 |
..........
Start and End have DateTime type. Duration is simply End minus Start.
Some Jobs overlap in time.
I am trying to visualize Jobs Flow using Stacked Bar Chart. Ideally (reproduced in Excel) it should look like this:
Please help to create similar Graph in Power BI Desktop.
In Excel I set 'Start' and 'Duration' to Legend and then 'No fill' Start. In Power BI Desktop only one variable possible to add to the Legend.
Solved! Go to Solution.
Hi k0ater,
Add this custom visual to your report:
You just have to put the start date and the end date.
The visual is very powerful, so I let the configuration of the visual to you.
But you should be able to see somenthing like this:
or this:
If my answer is what you where looking for, please mark it as accepted. Like this, others can benefit from my answer too.
Regards
Hi k0ater,
Add this custom visual to your report:
You just have to put the start date and the end date.
The visual is very powerful, so I let the configuration of the visual to you.
But you should be able to see somenthing like this:
or this:
If my answer is what you where looking for, please mark it as accepted. Like this, others can benefit from my answer too.
Regards
Thanks! Thats exactly what I need
User | Count |
---|---|
120 | |
77 | |
58 | |
52 | |
46 |
User | Count |
---|---|
171 | |
117 | |
63 | |
57 | |
51 |