The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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ês