Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi all,
Whats the quickest way to add a new column that states IF = 'DocumentName' THEN 'New Document Name'
for example IF 'PASSPORT' THEN 'RTW'?
Thanks
Solved! Go to Solution.
Try like
New Document Name = IF([DocumentName] ="PASSPORT","RTW",[DocumentName])
Or
New Document Name = switch(true(),
[DocumentName] ="PASSPORT","RTW",
//Add more
[DocumentName])
Try like
New Document Name = IF([DocumentName] ="PASSPORT","RTW",[DocumentName])
Or
New Document Name = switch(true(),
[DocumentName] ="PASSPORT","RTW",
//Add more
[DocumentName])
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 47 | |
| 29 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 126 | |
| 108 | |
| 55 | |
| 39 | |
| 33 |