Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi!
I am trying to make a new column that has an if statement in a Power Query that removes the last letter if it is equal to "*" This is what i got so far and i am not sure on how to fix it.
All help would be greatly appreciated!
All the best,
Pétur
Solved! Go to Solution.
Hi @Anonymous
try Text.BeforeDelimiter
= Text.BeforeDelimiter([guestName], "*")
Hi @Anonymous
try Text.BeforeDelimiter
= Text.BeforeDelimiter([guestName], "*")
...then Text.Start([guestName],Text.Length([guestName])-1)...
This was actually Giving me an Error, was messing up with the Code when i took the picture so thats why i forgot it probably!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 20 | |
| 14 | |
| 11 | |
| 10 | |
| 9 |