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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
timward10
Helper I
Helper I

DAX comparison operations do not support comparing values of type Integer with values of type Text.

I keep getting the error message DAX comparison operations do not support comparing values of type Integer with values of type Text when entering the formula below into PBI. I have amended the format of the columns to both be 'Whole number' but it still won't work. Can anyone help please!? 
 
Column = if(or('Opps+Products - Revenue Probability'[Contract Length (months)]="",'Opps+Products - Revenue Probability'[Contract Length (months)]=0),12,'Opps+Products - Revenue Probability'[Contract Length (months)])
 
 
1 ACCEPTED SOLUTION
Ritaf1983
Super User
Super User

Hi @timward10 
"" is a "white space" in which the data type is a text...
Try to modify the formula to 
Column = if(isblank(or('Opps+Products - Revenue Probability'[Contract Length (months)]),'Opps+Products - Revenue Probability'[Contract Length (months)]=0),12,'Opps+Products - Revenue Probability'[Contract Length (months)])
OR
Column = if(or('Opps+Products - Revenue Probability'[Contract Length (months)]=blank(),'Opps+Products - Revenue Probability'[Contract Length (months)]=0),12,'Opps+Products - Revenue Probability'[Contract Length (months)])
if it won't work 

Please share sample data (excluding sensitive information) in text format, along with your expected result and any relevant logic. For guidance, refer to

How to provide sample data in the Power BI Forum

If possible, upload a simplified .pbix file using this guide:

 How to upload PBI in Community

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

View solution in original post

3 REPLIES 3
Ritaf1983
Super User
Super User

Hi @timward10 
"" is a "white space" in which the data type is a text...
Try to modify the formula to 
Column = if(isblank(or('Opps+Products - Revenue Probability'[Contract Length (months)]),'Opps+Products - Revenue Probability'[Contract Length (months)]=0),12,'Opps+Products - Revenue Probability'[Contract Length (months)])
OR
Column = if(or('Opps+Products - Revenue Probability'[Contract Length (months)]=blank(),'Opps+Products - Revenue Probability'[Contract Length (months)]=0),12,'Opps+Products - Revenue Probability'[Contract Length (months)])
if it won't work 

Please share sample data (excluding sensitive information) in text format, along with your expected result and any relevant logic. For guidance, refer to

How to provide sample data in the Power BI Forum

If possible, upload a simplified .pbix file using this guide:

 How to upload PBI in Community

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Thank you so much @Ritaf1983 that has worked straight away, and the explanation makes perfect sense! Thank you again. 

Happy to help 🙂

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.