Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hola a todos
Cuál es la forma más rápida de agregar una nueva columna que indique IF á 'DocumentName' Then 'New Document Name'
por ejemplo, SI 'PASSPORT' ENTONCES 'RTW'?
Gracias
Solved! Go to Solution.
Trate como
New Document Name = IF([DocumentName] ="PASSPORT","RTW",[DocumentName])
Or
New Document Name = switch(true(),
[DocumentName] ="PASSPORT","RTW",
//Add more
[DocumentName])
Trate como
New Document Name = IF([DocumentName] ="PASSPORT","RTW",[DocumentName])
Or
New Document Name = switch(true(),
[DocumentName] ="PASSPORT","RTW",
//Add more
[DocumentName])
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.