Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
27 | |
27 | |
25 | |
13 | |
10 |
User | Count |
---|---|
24 | |
19 | |
16 | |
13 | |
10 |