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

We'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

Reply
Karoldc
Frequent Visitor

CONDICIONAR A UNA MEDIDA PARA QUE ME CALCULE OTRA MEDIDA

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)

 

CODIGODESCRIPCIONPROYECTADOPROY. T1REAL T1DIF 1% T1
PRSEM-00204HUEVO JUMBO CLASIFICADO                  15.0              -                -                -   
PRSEM-00097HUEVO BLANCO CLASIFICADO                   40.0         40.0         40.0              -  100%
PRSEM-00096HUEVO PARDO CLASIFICADO            1,700.0         63.0         27.0-        36.043%

 

 

EJEMPLO:

si %T1 = 100% me debe botar en una tarjeta el 40.

1 ACCEPTED SOLUTION
v-kkf-msft
Community Support
Community Support

Hi @Karoldc ,

 

Please try the measure.

 

Measure =
SUMX (
    FILTER (
        SUMMARIZE ( 'Table', 'Table'[CODIGO], 'Table'[DESCRIPCION] ),
        [% T1] = 1
    ),
    [REAL T1]
)

vkkfmsft_0-1661136165057.png

 

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.

 

View solution in original post

2 REPLIES 2
Karoldc
Frequent Visitor

Muchas gracias, me funciono sin ningun problema 😄.

v-kkf-msft
Community Support
Community Support

Hi @Karoldc ,

 

Please try the measure.

 

Measure =
SUMX (
    FILTER (
        SUMMARIZE ( 'Table', 'Table'[CODIGO], 'Table'[DESCRIPCION] ),
        [% T1] = 1
    ),
    [REAL T1]
)

vkkfmsft_0-1661136165057.png

 

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.

 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.