Forum Discussion
schoden
5 years agoPost Partisan
Continous Year
Hi Community, How can I check if a customer year of transaction is continous or not. In the table, the customer A is not continous as 2018 transaction is missed. I have calender table and c...
- 5 years ago
schoden , refer to page two of the attached file after Signature, I created a flag
amitchandak
5 years agoSuper User
schoden , You can create year on date or using related
year = related(Date[Year])
Or
Year = Year([Date])
schoden
5 years agoPost Partisan
amitchandak it still shows red line.