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 need to show a month by month view of service orders opened and service orders closed. Each record will have an open date and most will have a closed date. (except those that are still open) My problem is that I need a record to be counted twice in the sense that I need a tally for the open date on the date it happened and a tally for the close date on the date it also happened. The end result will be a graph that show how many service orders were opened and closed within a month. Any help would be appreciated. I feel like this may be more simple than it looks but I'm stuck for now. The only way I've been able to somewhat create this content is by making two seperate graphs with each having it's own X-axis consisting of Open and Close Dates.
@GunnerJ what you need to do i think, uis to create 2 relationships from your table to the date table, one will be an active relationship and the other inactive, so one to the open date and one to the closed date.
read more about it here..
if you paste some of your date using text (not an image) , i can put it together for you.
Proud to be a Super User!
*If you think exchanging some sample files might be easier please message me to exchange contact info.*
Will a date table made up of dates from one of the columns in question work? Also I wonder if doing a calculate function might not solve the problem? Count how many service orders have an Open date in a given month to see how many Service orders were opened and the same for closed dates.
*Current code for calculating service orders opened in a given month. It doesn't however give me the right result.
*My date table code