The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. 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.