I have a document number, Sales Order, that has five lines. 4 lines, each with a qty of 1, shipped on 1/1/2021, and has a ship date in the “Ship Date” column. 1 line, qty 1, did not ship and does not have a date in the “Ship Date” column.
I have calculated that they had a 80% fulfillment rate, since 4 qty shipped out of 5 qty. I want to filter the report down to just document numbers that have shipped and show the detail of the 5 lines but if I use the “Ship Date” column as a filter and filter it to 1/1/2021, the line that did not ship is filtered out but is needed in the analyzation.
How do I filter the report to the day a document number shipped but also include the lines on that document number that did not ship?
Use a disconected date table to retrieve all ordersnumbers that contain shipped items for that date selection. With those Order IDs you can filter the table.
If you need further assistance please provide a sample PBIX
I hope this is helpful
First created a disconnected Ship Date table and reduced the dates to only those that are a ship date. Replaced the date field in the slicer with this one.