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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
metcala
Helper III
Helper III

Using an IF statement within a measure

Hi all

 

I have been doing a bit of digging around on the forum to try and find a solution but can't seem to get this working.

 

I currently have two separate measures that are individually working:

  • The first apportions the annual planned workload by month an applies a factor for months with down time.
  • The second takes the fixed expected days and deducts the total from the first measure to calculate the non-working days.

 

I would like both of these to be displayed in a single matrix and think this needs to be combined into a single measure but can not get it working.

 

Data Structure

Plan Table

Employee ID

Activity

Days allocated

 

Staffing Table

Employee ID

Employee name

Start Date

End Date

FTE

Months Present (Calculated Column)

 

Current Measures

 

 

April = CALCULATE(
   SUMX('Staffing',((12/SUM('Staffing'[Months Present]))*0.065)*SUM('Plans'[Days])),
   FILTER('Plans','Plans'[Activity]<>"Leave"))

 

 

 

April Leave = 21.67 - 'Plans'[April]

 

 

Expected Outcome

 

ActivityAprilMayJuneJuly AugustSeptemberetc
Corporate10      
Development5      
Training5      
Leave1.67      
Total21.67      

 

 

Any help would be much appreciated.

0 REPLIES 0

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.