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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
chris_jones
New Member

Recuento de valores de texto que están con una tabla vinculada

Hola

Tengo dos mesas que están vinculadas.

Estoy tratando de determinar el recuento de una tabla (Los datos principales) a una tabla de referencia que contiene 12 códigos)

Este código devuelve el recuento de los códigos con "FC" en él, pero necesito hacer referencia a la tabla que contiene la lista de 12

CountDisposiciones (CountDispositions)
CALCULATE ( COUNTROWS ( 'DataTable' ), 'DataTable'[Código] - "FC" )
Cualquier ayuda en la modificación del formalulo para acotalar.
Gracias
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@chris_jones, no muy claro

puede obtener datos de una tabla a otra

minx(filter(table1, table1[user] ?table2[user]), table1[projenddate_date])

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@chris_jones, no muy claro

puede obtener datos de una tabla a otra

minx(filter(table1, table1[user] ?table2[user]), table1[projenddate_date])

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Kudoed Authors