Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi,
I hope to get week number after right-most delimiter '_' which the result will be 'W35'.
Also wanna know how I can get only number such '35' as well.
Solved! Go to Solution.
Heyy @Anonymous
Please try this
Text.BeforeDelimiter( Text.AfterDelimiter([Column1], "_", 1), ".",0)
If it helps please Kudos To Work and Accept it as Solution.
Heyy @jeongkim
Please try this
Text.End( Text.BeforeDelimiter( Text.AfterDelimiter([Column1], "_", 1), ".",0),2)
If it helps please Kudos To Work and Accept it as Solution.
Hi @Anonymous
In the GUI, go to either Transform or Add Column tab, select Extract then Between Delimiters.
Hi @Anonymous
In the GUI, go to either Transform or Add Column tab, select Extract then Between Delimiters.
Hello @Anonymous ,
Please try the below mcode to get the desired result..
= Text.AfterDelimiter([Source Name], "_", 1)
If you find this helpful , please mark it as solution which will be helpful for others and Your Kudos/Likes 👍 are much appreciated!
Thank You
Dharmendar S
Hi, I need only W35 and 35 without '.xlsx' please
Heyy @jeongkim
Please try this
Text.End( Text.BeforeDelimiter( Text.AfterDelimiter([Column1], "_", 1), ".",0),2)
If it helps please Kudos To Work and Accept it as Solution.
Heyy @Anonymous
Please try this
Text.BeforeDelimiter( Text.AfterDelimiter([Column1], "_", 1), ".",0)
If it helps please Kudos To Work and Accept it as Solution.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 45 | |
| 38 | |
| 34 | |
| 21 | |
| 17 |
| User | Count |
|---|---|
| 65 | |
| 63 | |
| 31 | |
| 26 | |
| 25 |