Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Su apoyo con lo siguiente, quisiera replicarlo en el power bi, quiero calcular la suma de Real T1 si el %T1 es 100%, considerando que el %T1 es una medida y Real T1 es una medida Sum(jabas_real)
| CODIGO | DESCRIPCION | PROYECTADO | PROY. T1 | REAL T1 | DIF 1 | % T1 |
| PRSEM-00204 | HUEVO JUMBO CLASIFICADO | 15.0 | - | - | - | |
| PRSEM-00097 | HUEVO BLANCO CLASIFICADO | 40.0 | 40.0 | 40.0 | - | 100% |
| PRSEM-00096 | HUEVO PARDO CLASIFICADO | 1,700.0 | 63.0 | 27.0 | - 36.0 | 43% |
EJEMPLO:
si %T1 = 100% me debe botar en una tarjeta el 40.
Solved! Go to Solution.
Hi @Karoldc ,
Please try the measure.
Measure =
SUMX (
FILTER (
SUMMARIZE ( 'Table', 'Table'[CODIGO], 'Table'[DESCRIPCION] ),
[% T1] = 1
),
[REAL T1]
)
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Muchas gracias, me funciono sin ningun problema 😄.
Hi @Karoldc ,
Please try the measure.
Measure =
SUMX (
FILTER (
SUMMARIZE ( 'Table', 'Table'[CODIGO], 'Table'[DESCRIPCION] ),
[% T1] = 1
),
[REAL T1]
)
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 6 | |
| 6 | |
| 5 |