So this is the weirdest thing - at least for me. The same formula works great for one column, but not for the other.
It works fantastic here: =IF(COUNTIFS({DAX Ambient Inventory Range Install Date}, ISDATE(@cell), {DAX Ambient Inventory Project #}, [Project Number]@row) > 0, INDEX(MAX(COLLECT({DAX Ambient Inventory Range Install Date}, {DAX Ambient Inventory Range Install Date}, ISDATE(@cell), {DAX Ambient Inventory Project #}, [Project Number]@row)), 1))
But when I use the same formula here, it only provides data for the projects, that have no project number.
=IF(COUNTIFS({DAX iOS iPod Touch Inventory Ship Date}, ISDATE(@cell), {DAX iOS iPod Touch Inventory Project Number}, [Project Number]@row) > 0, INDEX(MAX(COLLECT({DAX iOS iPod Touch Inventory Ship Date}, {DAX iOS iPod Touch Inventory Ship Date}, ISDATE(@cell), {DAX iOS iPod Touch Inventory Project Number}, [Project Number]@row)), 1))
What could be the issue? Any suggestions on the steps to trouble shoot?
Thanks so much for sharing your advice.
Best regards, Barbara