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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

Medir no filtrar con la cortadora todos los demás filtros de medida

Hola Experto

Todos mis mesure filtro esperar para uno y i no puede ver la madera para los árboles. Tengo dos tablas en mi modelo una tabla FACT - tabla A y una Dim_Date tabla - Tabla B

Vínculos de la Tabla B (FECHA) a la Tabla A (Fecha de creación)

Medida

Período anterior B/f ?
VAR MinDate á MIN('STG Dim_Date'[FirstDayOfMonth])
VAR MaxDate á MAX('STG Dim_Date'[FirstDayOfMonth])
VAR LastWeek ? MAX('STG Dim_Date'[LastDayOfMonth])

devolución

CALCULATE(SUM('Tabla A'[Cerrado]),
FILTER(ALLEXCEPT('Tabla A','Tabla A'[Full_Name]),
'Tabla A'[Created_Date] < MinDate &&
'Tabla A'[Date_Closed] >-MaxDate && 'Tabla A'[Date_Closed] <' LastWeek && 'Tabla A'[Created_Date]<>BLANK()))
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hola a todos

Encontré que la solución aplicó otro filtro basado en el equipo.

CALCULATE(SUM('Tabla A'[Cerrado]),
FILTER(ALLEXCEPT('Tabla A','Tabla A'[Full_Name], 'Tabla A 'Equipos]),
'Tabla A'[Created_Date] < MinDate &&
'Tabla A'[Date_Closed] >-MaxDate && 'Tabla A'[Date_Closed] <' LastWeek && 'Tabla A'[Created_Date]<>BLANK())
Esto dio la respuesta correcta. Gracias Expertos

View solution in original post

3 REPLIES 3
Pragati11
Super User
Super User

Hola @route217 ,

Usted tendrá añadir más detalles aquí como screesnhots en lo que no está filtrando.

No ha mencionado: qué segmentación de datos está utilizando y qué no está filtrando.

Sólo publicar la medida firmula no está ayudando mucho.

https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

Gracias

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

Anonymous
Not applicable

Sorry i cannot upload from my laptop??? otherwise i would have provided an image.

Anonymous
Not applicable

Hola a todos

Encontré que la solución aplicó otro filtro basado en el equipo.

CALCULATE(SUM('Tabla A'[Cerrado]),
FILTER(ALLEXCEPT('Tabla A','Tabla A'[Full_Name], 'Tabla A 'Equipos]),
'Tabla A'[Created_Date] < MinDate &&
'Tabla A'[Date_Closed] >-MaxDate && 'Tabla A'[Date_Closed] <' LastWeek && 'Tabla A'[Created_Date]<>BLANK())
Esto dio la respuesta correcta. Gracias Expertos

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Solution Authors