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.
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