Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
| User | Count |
|---|---|
| 60 | |
| 46 | |
| 32 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 82 | |
| 68 | |
| 43 | |
| 26 | |
| 23 |