Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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:
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
Activity | April | May | June | July | August | September | etc |
Corporate | 10 | ||||||
Development | 5 | ||||||
Training | 5 | ||||||
Leave | 1.67 | ||||||
Total | 21.67 |
Any help would be much appreciated.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
8 | |
8 | |
6 |
User | Count |
---|---|
14 | |
13 | |
11 | |
9 | |
9 |