Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
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êsJoin the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
42 | |
30 | |
27 | |
27 |