Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register 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
User | Count |
---|---|
77 | |
70 | |
68 | |
53 | |
48 |
User | Count |
---|---|
45 | |
38 | |
35 | |
31 | |
28 |