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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
dsandip
Frequent Visitor

how to use if clause in power query?

Hi,

I have used below in my Power Query:

Table.AddColumn(#"Changed Type3", "Custom Consumer ID", each if each Text.Contains([DIM_OPS_CNDCT_PRODUCT_KEY], "Package SME") = true then 2 else [DIM_SEGMENT_ID])

 

Now, I am getting error, at 

each if each Text.Contains([DIM_OPS_CNDCT_PRODUCT_KEY], "Package SME") = true

as 

"Expression.Error: We cannot convert a value of type Function to type Logical.
Details:
Value=[Function]
Type=[Type]"

 

Can any one help me that, how can I write that IF then ELSE cuase.

 

 

Thanks,

Sandip

 

1 ACCEPTED SOLUTION
_AAndrade
Super User
Super User

Hi,

According with error message the problem is here: 

_AAndrade_0-1708599736660.png

 

Try to delete thar "each"





Did I answer your question? Mark my post as a solution! Kudos are welcome.

Proud to be a Super User!




View solution in original post

2 REPLIES 2
_AAndrade
Super User
Super User

Hi,

According with error message the problem is here: 

_AAndrade_0-1708599736660.png

 

Try to delete thar "each"





Did I answer your question? Mark my post as a solution! Kudos are welcome.

Proud to be a Super User!




just overlooked the extra each

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.