March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Soy nuevo en PowerBI, así que por favor perdone mi pregunta de novato aquí. Tengo dos mesas Computadoras y Software con una relación de uno a muchos. Estoy tratando de averiguar cómo determinar si un ComputerID en la tabla Equipos tiene Adobe Reader listado en la tabla Software y, si es así, devuelve un valor personalizado y si no devuelve otro valor.
Computadoras
ComputerID | DeviceName | NewColumn |
1 | Portátil1 | |
2 | Portátil2 | |
3 | Portátil3 |
Software
ComputerID | SoftwareSuite |
1 | Adobe Reader |
1 | Google Chrome |
2 | Google Chrome |
2 | AutoCAD |
3 | Adobe Reader |
Solved! Go to Solution.
Hola @escott0699
crear una medida
NewColumn = IF(CALCULATE(COUNTROWS(Software), Software[SoftwareSuite]="Adobe Reader") > 0, "custom value", "another value")
Hola @escott0699
crear una medida
NewColumn = IF(CALCULATE(COUNTROWS(Software), Software[SoftwareSuite]="Adobe Reader") > 0, "custom value", "another value")
Gracias, crear una medida no parecía funcionar, pero usar esa fórmula en crear una nueva columna funcionó bien.
gracias de nuevo
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.