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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Betissa
Helper I
Helper I

help - how can i use condition ?

Hello everyone;

I would like to create a column1 in a table from another column0;
Column1 must contain letters as follows:
If a text field in column 0 starts with the letter A write A in column 1 if this field begins with the letter b write b otherwise write c.
I try the IF function but it accepts only one condition;
I also used the SWITCH function but it does not support the character strings;
Your suggestions?

1 ACCEPTED SOLUTION
Vvelarde
Community Champion
Community Champion

hi @Betissa

 

Create a calculated column and use a Switch and Left Function.

 

Switch.png




Lima - Peru

View solution in original post

2 REPLIES 2
Vvelarde
Community Champion
Community Champion

hi @Betissa

 

Create a calculated column and use a Switch and Left Function.

 

Switch.png




Lima - Peru

thank friend Smiley Wink

Helpful resources

Announcements
September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Top Solution Authors