Forum Discussion
vignesh21
8 years agoFrequent Visitor
powerbi
what is the equivalent of isdate in powerbi.
I need to check whether a field is date while creating a new column in powerbi.
Hi vignesh21,
You should check the date type in Power Query with ThomasDaviesMCR's suggestion.
Best regards,
Yuliana Gu
2 Replies
- AnonymousNot applicable
datecheck = if('Table'[Column] is date) then "yes" else "no"
- v-yulgu-msftMicrosoft Employee
Hi vignesh21,
You should check the date type in Power Query with ThomasDaviesMCR's suggestion.
Best regards,
Yuliana Gu