Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
AnAnalyst
Helper III
Helper III

CALCULATE CONTEXT Help

Hello,

 

I have this formula that gives me the correct total for the entire record set:

 

 CALCULATE(SUM(PROJECT[Forecast $]) - sum(PROJECT[Plan $]), ALL('PROJECT'[EoM]), YEAR('PROJECT'[EoM]))

What I need to do is only include the items that have a value > 0 at the context of Year and Project (PROJECT[PROJECT]). 

 

Any tips are very much appreciated. 

 

Thank you

2 REPLIES 2
az38
Community Champion
Community Champion

Hi @AnAnalyst 

try 

CALCULATE(
SUM(PROJECT[Forecast $]) - sum(PROJECT[Plan $]), 
FILTER(ALL('PROJECT'[EoM]), PROJECT'[Value]>0)
)

do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

This works for the aggregate level but not for the granularity I need. I am currently displaying a matrix like below with visual level filters to remove the KPI Measure = 0. I need the same total as the matrix. 

 

I should add there is more data in the underlying table than what i shown here (versions, months, etc). So, I need to specify what granularity to do the calculation. 

 

For each year, and project, filter our records where YTD Variance > 0 and FY Variance < 0

Data Sample.PNG

 

Sorry, I realize this expands on my original question a bit.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.