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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
AlejandroPCar
Helper IV
Helper IV

Cannot filter by date

Hi!

 

I have an strange issue. I cant filter by date this formula even if the date is in the same data table. Hope you can help me.

 

Here is my pbix file: https://1drv.ms/u/s!AtTnrgPUQzQCsShzLKIsUmF-eQjZ

Filtrofecha.png

 

 

 

Thank you very much. 

1 ACCEPTED SOLUTION
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @AlejandroPCar,

 

You made the filter of date invalid by ALLEXCEPT in the formula of "Indice Junio Clase". That's the cause. You can add one part like the blue part to activate it.

Indice Junio Clase =
CALCULATE (
    SUM ( 'Prueba Junio'[Calculo Indice Clase] ),
    ALLEXCEPT ( 'Prueba Junio', 'Prueba Junio'[Clase], 'Prueba Junio'[Fecha] )
)

Cannot_filter_by_date

 

Note: Please be aware of your privacy of data.

 

Best Regards,

Dale

Community Support Team _ Dale
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
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @AlejandroPCar,

 

You made the filter of date invalid by ALLEXCEPT in the formula of "Indice Junio Clase". That's the cause. You can add one part like the blue part to activate it.

Indice Junio Clase =
CALCULATE (
    SUM ( 'Prueba Junio'[Calculo Indice Clase] ),
    ALLEXCEPT ( 'Prueba Junio', 'Prueba Junio'[Clase], 'Prueba Junio'[Fecha] )
)

Cannot_filter_by_date

 

Note: Please be aware of your privacy of data.

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-jiascu-msft

 

Thank you very much. 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors