Forum Discussion
date column must contain unique values
- 8 years ago
Hi pfederica,
For your scenario, you could use MIN and MAX function because you have duplicate date which FIRSTDATE is not supported..
Best Regards,
Cherry
Hi pfederica,
You could create a calculated table with CALENDAR function or CALENDARAUTO function.
Then you could create the relationships between the Calendar table and your original table.
If you need further help, please share some data sample and you desired output.
Best Regards,
Cherry
- pfederica8 years agoFrequent Visitor
Hi v-piga-msft,
when i use the CALENDAR function the result is this:
The error message says that a date column has been specified with date duplicate.
And my data type is like that:
How can I do?
Thanks a lot
- v-piga-msft8 years agoResident Rockstar
Hi pfederica,
For your scenario, you could use MIN and MAX function because you have duplicate date which FIRSTDATE is not supported..
Best Regards,
Cherry
- Mansi26_AT1 year agoNew Member
Still getting error