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!
This sounds like a simple fix but I can't find the solution anywhere. I want to write a conditional if statment based on the machine codes in our plant. For example if the machine code is a numeral and a character (ex: "4H") I want it to print a specific name. But i only want this to hapen is the first character is a number and the second character is a letter.
Thanks in advance for your help!
Solved! Go to Solution.
@Anonymous
Try as a new column in Power Query, Adjust your Column Name, mine is Custom
=Value.FromText(Text.Start([Custom],1)) is number and Value.FromText(Text.Middle([Custom],1,1)) is text
________________________
Did I answer your question? Mark this post as a solution, this will help others!.
I accept KUDOS 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Anonymous
Try as a new column in Power Query, Adjust your Column Name, mine is Custom
=Value.FromText(Text.Start([Custom],1)) is number and Value.FromText(Text.Middle([Custom],1,1)) is text
________________________
Did I answer your question? Mark this post as a solution, this will help others!.
I accept KUDOS 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
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 |
---|---|
15 | |
12 | |
8 | |
8 | |
7 |
User | Count |
---|---|
15 | |
13 | |
8 | |
7 | |
6 |