Hola Comunidad!!
Tengo el siguiente requerimiento,
Deseo obtener de la tabla: Vista_Auxiliar_Movimientos_inventario los datos del campo "Nota"
y luego insertarlos en una visualizacion de tipo tabla, en la tabla Vista_CuentasPorPagar_Detallada:
Las dos tablas estan relacionadas por medio de una tabla puente (Terceros),
Intente usar la funcion Lookupvalue pero no me funciono debido a que ambas tablas tiene valores duplicados y ninguna tiene valores unicos.
Por este motivo agradezco la ayuda para este requerimiento.
Gracias!!
Solved! Go to Solution.
Hi @Ailsa-msft
This is my case:
Notas =
CALCULATE(
FIRSTNONBLANK(Vista_Auxiliar_Movimientos_Inventario[Nota],1),
FILTER(ALL(Vista_Auxiliar_Movimientos_Inventario),Vista_Auxiliar_Movimientos_Inventario[Numero_Documento_Externo] = Vista_CuentasPorPagar_Detallada[NúmDocumentoExterno])
)
Can you provide us with a complete pbix file ? This will help us deal with the problem better .
Best Regard
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
HI @Ailsa-msft ,
I'm using this column calculate:
Operator= CALCULATE ( FIRSTNONBLANK ( Shifts[TruckOperatorName], 1 ), FILTER ( ALL ( Shifts ), Shifts[UniqueID] = FuelData[UniqueShiftID] ) )
It's Working
Hi @Ailsa-msft
This is my case:
Notas =
CALCULATE(
FIRSTNONBLANK(Vista_Auxiliar_Movimientos_Inventario[Nota],1),
FILTER(ALL(Vista_Auxiliar_Movimientos_Inventario),Vista_Auxiliar_Movimientos_Inventario[Numero_Documento_Externo] = Vista_CuentasPorPagar_Detallada[NúmDocumentoExterno])
)
Hi @Ailsa-msft
I hope you are fine.
The two tables are associated by the bridge table called "Bridge Documents"
The documents are of the type of purchase invoice, purchase order, remitted purchase, etc.
However, even with that relationship established and when trying to integrate the "Note" field in the table-type visual, the system gives me an error:
"Cannot display visual" "Fix this"
When you get the value of note from the table Vista_Auxiliar_Movimientos_inventario, how to match tabla Vista_CuentasPorPagar_Detallada ? If there is no associated value, the system cannot determine a match.
Best Regard
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
354 | |
92 | |
63 | |
52 | |
36 |
User | Count |
---|---|
343 | |
104 | |
72 | |
57 | |
47 |