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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
carenel
Frequent Visitor

condition solve with "text"

Hello community,

 

I am trying to compare two columns with numbers, if it is true then show me "soy" 

I am doing with IF. it is working with numbers but not with text.

How can it run?

 
IF ( Tabla[risk_l] = Tabla[vspy],"soy",0 )
Many thanks
 
1 ACCEPTED SOLUTION
rsbin
Super User
Super User

@carenel,

Your new column cannot have multiple formats.  In other words you cannot mix text with numbers.

That is why it works when both are numbers.

Suggest you change 0 to "" or some other text string that makes sense for your situation.

Regards,

 

View solution in original post

2 REPLIES 2
rsbin
Super User
Super User

@carenel,

Your new column cannot have multiple formats.  In other words you cannot mix text with numbers.

That is why it works when both are numbers.

Suggest you change 0 to "" or some other text string that makes sense for your situation.

Regards,

 

carenel
Frequent Visitor

many thanks...... it was so easy. 😀

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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