Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello all, could you please help me to get rid off the date error: DataFormat.Error: We couldn't parse the input provided as a Date value
I used conditional column below ->
After that when I changed format to a date the mentioned error has appeared. I tried to change locale to English (American Samoa, Japanese
Thank you in advance!
Solved! Go to Solution.
Open advanced editor and you will notice double quotes around "#date(2020,1,1)"
Remove these double quotes from there and the problem will be solved
Can you click on Error and post the screenshot here?
Hello Vijay,
Open advanced editor and you will notice double quotes around "#date(2020,1,1)"
Remove these double quotes from there and the problem will be solved