Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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