Forum Discussion
JMST
3 years agoFrequent Visitor
Error with DATEDIF
Hi guys! I'm building the following measure: Last30Days = IF( DATEDIFF('Product Properties' [Last inventory date], 'Product Properties'[Report Date],DAY) <=31, TRUE(), FALSE() ) And I obta...
vk_pbi
3 years agoResolver II
The reason is that, the last inventory date may have repeated values.. I think you can wrap it with MAX to handle this