The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
110 | |
78 | |
66 | |
52 | |
51 |
User | Count |
---|---|
121 | |
116 | |
77 | |
64 | |
63 |