Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, is there any way to add "begins with" in operator section drop down in Conditional column. I am only getting a smaller list of options. Refer screenshot below.
Thanks
Solved! Go to Solution.
@kapil_arora1 , You cannot add it directly but you can use mcode for it
if Text.StartsWith([YourColumnName], "YourText") then "TrueResult" else "FalseResult"
Proud to be a Super User! |
|
Hi @kapil_arora1 - Power Query's Conditional Column UI does not provide a "begins with" operator directly.
you can create a custom column and use Text.starts logic.
Text.StartsWith - PowerQuery M | Microsoft Learn
this works, please check.
Proud to be a Super User! | |
Begins with is applicable only to text strings. Your Zip column is type number.
Begins with is applicable only to text strings. Your Zip column is type number.
Thanks for the quick help.
Hi @kapil_arora1 - Power Query's Conditional Column UI does not provide a "begins with" operator directly.
you can create a custom column and use Text.starts logic.
Text.StartsWith - PowerQuery M | Microsoft Learn
this works, please check.
Proud to be a Super User! | |
Thanks Rajendra for the quick help.
@kapil_arora1 , You cannot add it directly but you can use mcode for it
if Text.StartsWith([YourColumnName], "YourText") then "TrueResult" else "FalseResult"
Proud to be a Super User! |
|
Thanks Bhanu for the quick help.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
63 | |
63 | |
53 | |
39 | |
25 |
User | Count |
---|---|
85 | |
57 | |
45 | |
43 | |
38 |