This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi,
Is it possible to replace column values using dax (not using power query/tranform data option) for the following column:
| Existing Values | New Values |
| ABC1 | 1 |
| ABC2 | 2 |
| ABC3 | 3 |
| ABC4 | 4 |
| ABC5 | 5 |
| ABC6 | 6 |
| ABC7 | 7 |
| ABC8 | 8 |
| ABC9 | 9 |
| ABC10 | 10 |
| ABC11 | 11 |
| ABC12 | 12 |
Please suggest how to do this.
Thanks
Solved! Go to Solution.
@jitpbi ,
Create new Column using below DAX:
Hi @jitpbi
It is not supported to replace column values with DAX, but you can create a new column with DAX and hide the old column in report view. Right click the old column and check Hide in report view.
New Values = RIGHT('Table'[Existing Values],LEN('Table'[Existing Values])-3)Kindly let me know if this helps.
Community Support Team _ Jing Zhang
If this post helps, please consider Accept it as the solution to help other members find it.
@jitpbi ,
Create new Column using below DAX:
Check out the May 2026 Power BI update to learn about new features.
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 |
|---|---|
| 27 | |
| 26 | |
| 22 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 45 | |
| 42 | |
| 41 | |
| 21 | |
| 18 |