Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hola
Estoy tratando de crear una bandera de estado basada en los valores sindicales de origen y destino. Por alguna razón, el operador IN no está funcionando como se esperaba. No estoy seguro de dónde me pierdo.
Descargar informe desde
https://github.com/ArtiAshu/dummy.git
Status =
--gets list of values from column Source & Destination
VAR _COL1 = CALCULATETABLE(VALUES('Table'[Source]),LEN('Table'[Field])>0,'Table'[Source]<>"")
VAR _COL2 = CALCULATETABLE(VALUES('Table'[DESTINATION]),LEN('Table'[Field])>0,'Table'[Destination]<>"")
--unions the list of value of source and destination
VAR _UNION = DISTINCT(UNION(_COL1,_COL2))
VAR _result = IF ('Table'[AllAirports] IN _UNION, "Field Available","No Field")
RETURN _result
Gracias
o necesitas quitar el filtro, escribe así
¿Es esto lo que estás buscando?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.