Forum Discussion
Anonymous
6 years agoNot applicable
DataFormat.Error: We couldn't parse the input provided as a Date value.
Hi everyone, Im having a error it terms of my "RegDate" when i try to add into group by and the error says: DataFormat.Error: We couldn't parse the input provided as a Date value. Details: ...
- Anonymous6 years ago
Hi Anonymous ,
Please try right-clicking ā--/--/----ā in Query Editor -> Replace Values, replace with null. Then you should be able to change regdate to Date type.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
6 years agoSuper User
Can you replace this value with blank? Or have a new column like
if (a="--/--/----", blank(),a)
- Anonymous6 years agoNot applicable
Hi i try to do your formula but it seems to have an error? Also if the formula has been rectified i can just use that "Regdate" to add into my group by without getting the error again?
here's the error:- amitchandak6 years agoSuper User
I was able to create one sample data -
Column = if(Sheet1[Date]="--/--/----",BLANK(),Sheet1[Date]).If possible please share a sample pbix file after removing sensitive information.