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.
I am trying to create a column to popluate with certain words if certain criteria is met, however I get the the error below
DAX comparion operations do not support comparing values of type date with values of type text-.Consider using the VALUE or FORMAT function to convert one of the values.
What i want is a column to say following. All dates have dates format. I will be grateful if someone can help me to solve the error and write the formula
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Definitely recommend SWITCH(TRUE()...)
Thank you Greg. I though I posted it in right forum. I tried Switch function but I am still stuck