Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi
I have a table with short names like "ASIF" "FASC" etc.
I need to rename all of them like "ASIF" to "Artificial" and "FASC" to "Fashion" etc.
I know I can do that easly in query editor but then I will break my data folding, I need to do this with a measure or new column without using query editor ( inside the left "Data" button ).
I have googled it but none answer what I really need.
Solved! Go to Solution.
@Anonymous , Power Query, or new column DAX are two options
example
In DAX
Switch( [Col1]
"ASIF" , "Artificial" ,
"FASC" , "Fashion",
"Other"
)
@Anonymous , Power Query, or new column DAX are two options
example
In DAX
Switch( [Col1]
"ASIF" , "Artificial" ,
"FASC" , "Fashion",
"Other"
)
Works perfectly, thank you.
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 |
|---|---|
| 45 | |
| 34 | |
| 27 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 56 | |
| 38 | |
| 21 | |
| 21 |