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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
Anonymous
Not applicable

If condition

Hi experts 

I have a column that retuens 1,2,3,4,5,6, etc

I want to have a condition that if (table[column] = 1 than return alpha

if (table[column] = 2 than return beta 

etc

having a little trouble to get the condition working and syntax working, any help appriciate 

cheers 

1 ACCEPTED SOLUTION
Anonymous
Not applicable


@Anonymous wrote:

I have changed ; to , but i get below error

thanks for reply, I get an error , "Function'swtich' does not support comparing value of type text with values of type integer, consider using value or format function to convert one of the values,

 

how do I get around it ?

 

thanks


 


@Anonymous wrote:

@Anonymous wrote:

thanks for reply, I get an error , "Function'swtich' does not support comparing value of type text with values of type integer, consider using value or format function to convert one of the values,

 

how do I get around it ?


You have to change your columns datatype to integer instead of text. Or you could use "1" instead as 1.


 

View solution in original post

7 REPLIES 7
Anonymous
Not applicable

You could use SWITCH() instead of if

SWITCH(Table[Column];
1;"Alpha"
2;"Beta"
3;etc.
etc;etc)
Anonymous
Not applicable

I have changed ; to , but i get below error

thanks for reply, I get an error , "Function'swtich' does not support comparing value of type text with values of type integer, consider using value or format function to convert one of the values,

 

how do I get around it ?

 

thanks

Anonymous
Not applicable

thanks for reply, I get syntax error

Anonymous
Not applicable


@Anonymous wrote:

thanks for reply, I get syntax error


the ";" I use in the code might need to be a "," in your settings.

Anonymous
Not applicable


@Anonymous wrote:

thanks for reply, I get an error , "Function'swtich' does not support comparing value of type text with values of type integer, consider using value or format function to convert one of the values,

 

how do I get around it ?


You have to change your columns datatype to integer instead of text. Or you could use "1" instead as 1.

Anonymous
Not applicable


@Anonymous wrote:

I have changed ; to , but i get below error

thanks for reply, I get an error , "Function'swtich' does not support comparing value of type text with values of type integer, consider using value or format function to convert one of the values,

 

how do I get around it ?

 

thanks


 


@Anonymous wrote:

@Anonymous wrote:

thanks for reply, I get an error , "Function'swtich' does not support comparing value of type text with values of type integer, consider using value or format function to convert one of the values,

 

how do I get around it ?


You have to change your columns datatype to integer instead of text. Or you could use "1" instead as 1.


 

Anonymous
Not applicable

Perfect thanks 

used "1"

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

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! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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