Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I am loading my data directly from Oracle Database. I have a column called Gender which takes values 'M' and 'F'. However, I want to change all M to Male and F to Female without creating any additional column for gender.
How can this be done? Thank you!
Solved! Go to Solution.
Hi @Anonymous,
To clarify, do you mean Import or actual DirectQuery?
If you're using Import, just Replace Values in Query Editor to change M to "Male" and F to "Female."
Hi @Anonymous,
To clarify, do you mean Import or actual DirectQuery?
If you're using Import, just Replace Values in Query Editor to change M to "Male" and F to "Female."
@RMDNA Hey this worked. I also created a column with examples and deleted the original column
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 20 | |
| 11 |
| User | Count |
|---|---|
| 62 | |
| 55 | |
| 47 | |
| 44 | |
| 37 |