Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be 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

Reply
Syndicate_Admin
Administrator
Administrator

Filtrar tabla principal con otra tabla o dentro de una medida como variable de tabla

Hola

Tengo una tabla principal:

OrdenNo. Fecha Ventas Posición
1234 01.01.2022 1000 1234
12354 02.01.2022 333 23423
23474 03.01.2022 444 2342
34594 04.01.2022 55 434
45714 05.01.2022 66 234
56834 06.01.2022 66 234

También tengo otra tabla con la que se debe filtrar la primera tabla:

OrdenNo.
1234
12354
23474
34594

El retorno de esa segunda tabla proviene de una tabla calculada o dentro de alguna medida como una variable de tabla.

Me gustaría probar dos métodos diferentes:

1.Cómo sumar ventas y sumar posición en la primera tabla, pero solo con el pedidoNo. que también existen en la segunda tabla o variable de tabla.

2. Método: Posible calcular otra tabla principal con todas las columnas, pero solo con los órdenesNo. que están en la segunda tabla/variable de tabla?

Muchas gracias de antemano.

Mejor.

1 ACCEPTED SOLUTION
Syndicate_Admin
Administrator
Administrator

@Applicable88 , Puede crear medidas como

Ventas de pedido en la segunda tabla

calculate(sum(Table1[Sales]), filter(Table1, Table1[Order No] in Table2[Order no]))

no en

calculate(sum(Table1[Sales]), filter(Table1, not Table1[Order No] in Table2[Order no]))

además, considere https://www.sqlbi.com/articles/propagate-filters-using-treatas-in-dax/

View solution in original post

1 REPLY 1
Syndicate_Admin
Administrator
Administrator

@Applicable88 , Puede crear medidas como

Ventas de pedido en la segunda tabla

calculate(sum(Table1[Sales]), filter(Table1, Table1[Order No] in Table2[Order no]))

no en

calculate(sum(Table1[Sales]), filter(Table1, not Table1[Order No] in Table2[Order no]))

además, considere https://www.sqlbi.com/articles/propagate-filters-using-treatas-in-dax/

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.

Top Solution Authors
Top Kudoed Authors