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
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 April 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 |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 24 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 50 | |
| 33 | |
| 24 | |
| 24 |