Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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:
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 38 | |
| 37 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 65 | |
| 39 | |
| 33 | |
| 23 |