Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Mi código:
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 utilizar : https://www.youtube.com/watch?v=mcQ_ZmuWvDs&vl=en
hay una opción costosa
filter(crossjoin(table1,table2), Table1[A]-Table2[B])
Intente en editar consulta
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
No es una respuesta completa, pero fue suficiente para que me moviera en la dirección correcta.
Ok, Así que lo hice un paso más allá... casi lo que necesito, código a continuación:
Esa función puede ser bastante tempermental. Necesitaría datos de origen para intentar replicar:
Por favor, consulte este post sobre cómo obtener su pregunta respondida rápidamente: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.