Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
redgerly
New Member

DAX comparison operations ERROR when the data types are the same

I am having trouble with data types thats causing an error in a formula.  I consistently get this error "DAX comparison operations do not support comparing values of type Text with values of type Date. Consider using the VALUE or FORMAT function to convert one of the values."  YET my data types are seemingly correct.  

 

Here is my formula:

Facility = VAR StayDate = 'public alert'[alert_date]
Return
    CALCULATE(
        //Arbitrary tie-breaker
        FIRSTNONBLANK('public patient_stays_detailed_view'[admit_date],0),
        CALCULATETABLE(
            LASTNONBLANK('public patient_stays_detailed_view'[admit_date],0),
            'public patient_stays_detailed_view'[facility_name] <= StayDate))
 
My date values are admit_date and alert_date.   Here's how they look.  Also, in both instances, I've removed all null or blank values.  WHAT AM I MISSING HERE?  
redgerly_0-1704912218391.pngredgerly_1-1704912241095.png

 

  

 

 
 
 
 
1 REPLY 1
Greg_Deckler
Community Champion
Community Champion

@redgerly Seems like you are trying to determine if the facility_name (assuming this is text) is <= a date value, which is highly unlikely to work out or be meaningful in any way.

'public patient_stays_detailed_view'[facility_name] <= StayDate)



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.