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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
GabinAM
Frequent Visitor

Power Querry - Replace a boolean value True or False

Hello everyone ! 😊

I'm trying to replace boolean values based on another column condition.However and despite the absence of error, there is no modification at all on the table (the formula works perfectly to change non boolean values).

GabinAM_0-1706104495973.png

GabinAM_1-1706104919832.png


Could you please help ? Please find the Excel document and the Pbix here

Many thanks in advance ! 🙌

*If by any chance you also have a way to reduce the formula by avoiding "...or..." I would be very interested but I can deal with it !   

1 ACCEPTED SOLUTION
Ahmedx
Super User
Super User

pls try this

= Table.ReplaceValue(#"Changed Type",each [Direct Contact],each if List.ContainsAny({"Jodie","Anthony","Jonathan"},{[Sales]}) then false else [Direct Contact]   ,Replacer.ReplaceValue,{"Sales", "Direct Contact"})

View solution in original post

4 REPLIES 4
Ahmedx
Super User
Super User

pls try this

= Table.ReplaceValue(#"Changed Type",each [Direct Contact],each if List.ContainsAny({"Jodie","Anthony","Jonathan"},{[Sales]}) then false else [Direct Contact]   ,Replacer.ReplaceValue,{"Sales", "Direct Contact"})

Hi @Ahmedx it works! Just need to add one additional steps to change Data Type to Logical but otherwise, it's perfect! Many thanks for your help! Appreciate! 

Idrissshatila
Super User
Super User

HEllo @GabinAM ,

 

can you try to replace false with "false"



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Hello! I tried and indeed, it works on the test sample ! 😅

However, I think I forgot one key point... the column [Direct Contact] is Data Type = True/False and Under this format, the "false" doesn't work anymore... Please see below. 

GabinAM_0-1706106809836.png


I updated the Pbix in the dropbox folder. here 

 
Sorry and thank you again for you help! 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.