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
Syndicate_Admin
Administrator
Administrator

Segmentación

Hola a todos,

¿Alguien podría ayudarme?

Tengo una medida que calcula mi tasa de abandono:

Churn_Tx de Queda = DIVIDE([Churn_Caiu],[Churn_Solicitado])

Y me gustaría calcular esta tasa dentro de una matriz que tiene el segmento Fee y Lifetime.

kfreitass_0-1652414829828.png

Estoy probando la siguiente medida, pero no está funcionando:

Churn por Segmento =


VAR vLimInfFee = MIN('SegmentaçãoFee'[Inf])
VAR vLimSupFee = MAX('SegmentaçãoFee'[Sup])
VAR vLimInfLT = MIN('SegmentaçãoLifetime'[Inf])
VAR vLimSupLT = MAX('SegmentaçãoLifetime'[Sup])


DEVOLUCIÓN

CALCULATE( [Churn_Tx de Queda],
FILTRO(
VALORES('fRelatório_Churn'[Card_id]),
VAR vFee = [Faturamento]
VAR vLT = [Vida útil total]
DEVOLUCIÓN
vFee >= vLimInfLT && vFee < vLimSupLT &&
vLT >= vLimInfFee && vLT < vLimSupFee
)
)


Me gustaría obtener un resultado como el de la figura

kfreitass_3-1652415383089.png

¿Cómo puedo hacerlo?

Gracias
Karina
1 REPLY 1
Syndicate_Admin
Administrator
Administrator

@kfreitass , consulte si mi video y blog pueden ayudar

Segmentación dinámica Bucketing Binning
https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-Segmentation-Bucketing-Binning/m-p/1...


Segmentación dinámica, bucketing o binning: https://youtu.be/CuczXPj0N-k

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.