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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors