This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Within this table, how can I remove the 'EMS-' portion from these company ID's? I just want the numbers:
Solved! Go to Solution.
@Anonymous- Use this formula:
New Company ID = SUBSTITUTE([CompanyID],"EMS-","",)
This is the DAX method. You could also do this in Query Editor by clicking the arrow for the column and "Replace Values". As long as you do not choose "Match entire contents of cell" then it will replace your partial cell text.
@Anonymous- Use this formula:
New Company ID = SUBSTITUTE([CompanyID],"EMS-","",)
This is the DAX method. You could also do this in Query Editor by clicking the arrow for the column and "Replace Values". As long as you do not choose "Match entire contents of cell" then it will replace your partial cell text.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 23 | |
| 23 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 63 | |
| 38 | |
| 25 | |
| 23 | |
| 22 |