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! Learn more
I have a dax measure where I have a page filter with 'Calendar'[FiscalYear] = FY20, and I want the measure below to include every fiscal (not just FY20):
Measure =
Hi @Anonymous ,
I believe that you need to change the place where the all is afectting the context something like this:
Measure =
CALCULATE (
COUNT ( Dim_Master[Days overdue Ongoing > 6 months] ),
FILTER (
Dim_Master,
[Status] = "Completed"
&& [Assessment Type] = "Initial"
&& ALL ( Calendar[FiscalYear] )
)
)
Be aware that I'm making this from head may not work correctly.
Can you share a simple data sample if it does not work.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsAdvance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 84 | |
| 48 | |
| 36 | |
| 31 | |
| 29 |