Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
suppose i am having a column "country" in my table in which "united state" is a value now i want a new column named "country code" an it should have "us".
how to do it?
Solved! Go to Solution.
Hi,
If you'll only change 1 or 2 value, try to duplicate column and replace values. Or, add another table with country names = united states and country codes= us and create a relationship.
Or, use extract if "us" exists.
Hi,
If you'll only change 1 or 2 value, try to duplicate column and replace values. Or, add another table with country names = united states and country codes= us and create a relationship.
Or, use extract if "us" exists.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
110 | |
102 | |
99 | |
38 | |
37 |
User | Count |
---|---|
158 | |
125 | |
76 | |
74 | |
63 |