Forum Discussion
PowerBIIE
4 years agoFrequent Visitor
Last Delivered Date
Hi, I need to create a report that shows what has been delivered filtered by date, which is easy but it does not show what has not been delivered as it does not have a date. So I need to create a...
Icey
4 years agoCommunity Support
Hi PowerBIIE ,
Have you tried to use RELATED() function like below to create a calculated column in table "Orders"?
Related Date Received =
RELATED ( 'OrderReceive'[Date Received] )
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.