To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a data set which has fields for "process name", "date started", and "date completed". I would like to create a clustered column chart with time on the X axis and for the Y axis a column showing how many processes were started and a column showing how many processes were ended. I can do this in two separate visualizations no problem, but my boss wants them in a single plot and I'm really at a loss for how to get that to work. Any advice would be greatly appreciated!
Solved! Go to Solution.
OK, probably lots of ways to do this, but here's one idea...
1. Create a new Calendar Date Table based on the MIN Start Date and MAX Complete Date:
** Don't join it to your original table, i'll explain why later. **
Create these custom columns on your NEW Date table...
Proud to give back to the community!
Thank You!
OK, probably lots of ways to do this, but here's one idea...
1. Create a new Calendar Date Table based on the MIN Start Date and MAX Complete Date:
** Don't join it to your original table, i'll explain why later. **
Create these custom columns on your NEW Date table...
Proud to give back to the community!
Thank You!
This worked perfectly, thank you!
@rdorsey If I am not mistaken, you are going for this:
Take a look at these two Quick Measures as I think you want something like them.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Open-Tickets/m-p/409364
https://community.powerbi.com/t5/Quick-Measures-Gallery/Periodic-Billing/m-p/409365
User | Count |
---|---|
77 | |
70 | |
65 | |
50 | |
27 |