Forum Discussion
Cannot convert value of type Text to type Number
- Anonymous4 years ago
Hi TheoC and amitchandak
I did try both of suggested solutions but neither worked for me. However, the suggestion from amitchandak did give me an idea. I found a similar function called just "Date" which worked.
Thank you both for you help 🙂
Louise
4 Replies
- amitchandak
Super User
Anonymous , If you have month Name , Try date like
Date = datevalue("01-"&[Month Name]&"-" & [Year])
If this does not help
Can you share sample data and sample output in table format?- AnonymousNot applicable
Hi TheoC and amitchandak
I did try both of suggested solutions but neither worked for me. However, the suggestion from amitchandak did give me an idea. I found a similar function called just "Date" which worked.
Thank you both for you help 🙂
Louise
- TheoC
Community Champion
Anonymous glad you sorted it out. All the best.
- TheoC
Community Champion
Hi Anonymous
Given that [Meeting Date] is column, can I ask why there is no Table name infront of it (e.g. Table[MeetingDate] rather than just [MeetingDate])? Similarly for [Year]? If you look at the below, by adding the Table Name, it seems to give exactly what you're after.
Hope this helps 🙂
Theo