Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi
I have an issue where I am trying to get the sum of a some what dynamic weekly value of contract hours for a clinet which has a contract structure as follows:
I also have some budgets which are only Mon-Fri or Sat-Sun.
I have managed to plot this into a line graph as well:
My issue is now when I try to sum the budget of the week multiplying the value of the contrtacted hours (Example):
Into a measure I get the following value:
Using the DAX:
The working days table is as follows:
Solved! Go to Solution.
@Housden996 , Try to use the date from the Working day in a measure like
Sumx(values(WorkingDay[date]), calculate(SUM('Pro Rate Budget'[Daily Hours]) * COUNT('Period File'[Date])) )
@Housden996 , Try to use the date from the Working day in a measure like
Sumx(values(WorkingDay[date]), calculate(SUM('Pro Rate Budget'[Daily Hours]) * COUNT('Period File'[Date])) )
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!