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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hello!
I have a column with the following details. Please see table below. I just want to get "LBP_" from column Name.
| Name | What I want |
| LBP_101 Shady Ln_Mills_JF | 101 Shady Ln_Mills_JF |
| LBP_111 Hyer St_Sands_CC | 111 Hyer St_Sands_CC |
Please help me what DAX Formula to use.
Thank you.
Solved! Go to Solution.
@juhoneyighot Well, if they are all in that format then something like this:
DAX Column =
RIGHT([Name], LEN([Name]) - 4)
@juhoneyighot Well, if they are all in that format then something like this:
DAX Column =
RIGHT([Name], LEN([Name]) - 4)
Thank you
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 55 | |
| 52 | |
| 41 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 107 | |
| 103 | |
| 40 | |
| 33 | |
| 25 |