Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Thank you very much.
Solved! Go to Solution.
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] )
)
Note: Please be aware of your privacy of data.
Best Regards,
Dale
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] )
)
Note: Please be aware of your privacy of data.
Best Regards,
Dale
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 49 | |
| 44 |