Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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:
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 59 | |
| 42 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 108 | |
| 100 | |
| 39 | |
| 29 | |
| 29 |