Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
64 | |
55 | |
53 | |
36 | |
34 |
User | Count |
---|---|
85 | |
73 | |
55 | |
45 | |
43 |