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.
Hi all
here i am trying to rename branch name on the map this is what actual data is
%BRANCH_CODE_Key Lat Long
OHL BXHFP | 25.3463 | 55.4209 |
Fujayr | ||
Neutral Zone | ||
Ras Al Khaymah | ||
CJYFL YAMPU | 25.2048 | 55.2708 |
Umm Al Qaywayn | ||
NBQFF | 24.4539 | 54.3773 |
now i want to rename OHL BXHFP into Sharjah and CJYFL YAMPU into Dubai and this NBQFF into Abu Dhabi
this column is link to another table so i dont want to direct rename into table i want to rename these into map or any other condition may accepted but not directly into table this is what map looks like
and here i want names which i mentioned
any solutions
Hi @Bakhtawar
Have your tried creating an additional column called ActualBranch using the logic
If ( BranchCode = "OHL BXHFP", "Sharjah", if( BranchCode = "CJYFL YAMPU " ,"duabi",
if (BranchCode = "NBQFF" , "Abu Dhabi", BranchCode)
Cheers
CheenuSing
User | Count |
---|---|
86 | |
84 | |
35 | |
35 | |
34 |
User | Count |
---|---|
94 | |
79 | |
63 | |
55 | |
52 |