Forum Discussion
Anonymous
6 years agoNot applicable
Date relationship with condition
Hi, In my data table there are separate close dates for opportunities and close dates for quotations. In power query I combined these close dates into one column "ClosePossibleDate", each i...
amitchandak
Super User
6 years agoTry getting the date from the parent table to child table like this and then develop rest. As a new Column
date from date = CALCULATE(MAX('Order'[Order Date]))