Forum Discussion
Need help: Date indicator column
- Anonymous8 years ago
Hello.
You could simply add new column then type this in the formula bar:
New Column = IF( TableName[Date] = TableName[Reported Date], 1, 0)
Hope this helps!
Hello.
You could simply add new column then type this in the formula bar:
New Column = IF( TableName[Date] = TableName[Reported Date], 1, 0)
Hope this helps!
Thanks for your reply.
I did do this but it the dates are in different tables and also when I go to enter one of the dates in the other table, the auto options when typing don't contain that field to select. I have setup the two tables with a relationship back to a dimdate table.
I've tried a lot of things but cannot get it working properly.
- Anonymous7 years agoNot applicable
Oh! You forgot to mention that the dates are from two tables. You need to create a relationship between the two tables. It would be better if you could share your data or maybe a sample of your data in different tables.
- marksappleton7 years agoFrequent Visitor
Many thanks for your replies. I managed to sort it out myself in the end. :-)