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.
- 8 years ago
Hi vignesh21,
You should check the date type in Power Query with ThomasDaviesMCR's suggestion.
Best regards,
Yuliana Gu
Anonymous
8 years agoNot applicable
datecheck = if('Table'[Column] is date) then "yes" else "no"