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!
Hola a todos
Por debajo de la expresión trabajando bien, porque cuando haga clic en 1 , se mostrará seleccionar sólo 2 empresa :-
Solved! Go to Solution.
Hola Paul,
Parece un soporte fuera de lugar. Prueba esto:
FLAG_CUSTOMER =
IF (
ISBLANK ( 'Customer'[Customer/Vendor Code] ),
"0",
IF ( NOT 'Customer'[Customer/Vendor Code] IN { "R10051", "F10064" }, "1", "0" )
)
saludos
Owen
Hola Paul,
Parece un soporte fuera de lugar. Prueba esto:
FLAG_CUSTOMER =
IF (
ISBLANK ( 'Customer'[Customer/Vendor Code] ),
"0",
IF ( NOT 'Customer'[Customer/Vendor Code] IN { "R10051", "F10064" }, "1", "0" )
)
saludos
Owen
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.