Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi
I have a measure for Occupancy per course as follows
Occupancy Forecast (%) =
DIVIDE(
SUMX('CTS Forecast Course Volume', [Forecast Total Attendees]),
SUMX('CTS Forecast Course Volume', [Capacity per Course] * [Trainer Ratio] * [Volume])
)
This gives me an Occupancy percentage per course (because of the SUMX) and I can summarize by month as each course is linked to a date table
I want to create a ytd measure of the same
I am using a custom ytd measure as our year ends 31/03 so for example
YTD Forecast Total Attendeed = CALCULATE([Total Forecast Attendees],DATESYTD('DateMASTER'[Date],"31/03"))
where Total Forecast Attendees = sum(Forecast Attendees)
Any ideas on the YTD calculation needed for the Occupancy Forecast % YTD?
Solved! Go to Solution.
@Anonymous , Not clear.
Is this not working
YTD Occupancy Forecast (%)= CALCULATE([Occupancy Forecast (%)],DATESYTD('DateMASTER'[Date],"31/03"))
@Anonymous , Not clear.
Is this not working
YTD Occupancy Forecast (%)= CALCULATE([Occupancy Forecast (%)],DATESYTD('DateMASTER'[Date],"31/03"))
Thanks Amit....for some odd reason i didnt consider it, was over complicating it in my brain
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |