Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet 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!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.