samsha786
Mi código:
Amitchandak
NATURALINNERJOIN según la documentación
Columns being joined on must have the same data type in both tables.
Only columns from the same source table (have the same lineage) are joined on. For example, Products[ProductID], WebSales[ProductdID], StoreSales[ProductdID] with many-to-one relationships between WebSales and StoreSales and the Products table based on the ProductID column, WebSales and StoreSales tables are joined on [ProductID].
https://docs.microsoft.com/en-us/dax/naturalinnerjoin-function-dax
Consulte cómo usar: https://www.youtube.com/watch?v=mcQ_ZmuWvDs&vl=en
hay una opción costosa
filtro (unión cruzada (tabla1, tabla2), Tabla1[A]= Tabla2[B])
Probar en editar consulta
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Amitchandak
NATURALINNERJOIN según la documentación
Columns being joined on must have the same data type in both tables.
Only columns from the same source table (have the same lineage) are joined on. For example, Products[ProductID], WebSales[ProductdID], StoreSales[ProductdID] with many-to-one relationships between WebSales and StoreSales and the Products table based on the ProductID column, WebSales and StoreSales tables are joined on [ProductID].
https://docs.microsoft.com/en-us/dax/naturalinnerjoin-function-dax
Consulte cómo usar: https://www.youtube.com/watch?v=mcQ_ZmuWvDs&vl=en
hay una opción costosa
filtro (unión cruzada (tabla1, tabla2), Tabla1[A]= Tabla2[B])
Probar en editar consulta
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
samsha786
En respuesta a Amitchandak
No es una respuesta completa, pero fue suficiente para que me moviera en la dirección correcta.
samsha786
En respuesta a Amitchandak
Ok, di un paso más … casi lo que necesito, código a continuación:
Greg_Deckler
Esa función puede ser bastante temperamental. Necesitaría datos de origen para intentar replicar:
Consulte esta publicación sobre cómo obtener una respuesta rápida a su pregunta: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490