This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi All
I have a measure that calculates the average utilisation per month but would like to bring back an average over the selected period which the value will be duplicated (see image below):
UT (Excl. Timeoff) = VAR BH = SUM(Billing_Dump_Report[Billable Hours]) VAR AH = SUM(Avail_Hours_and_Days[Available Hours]) VAR TOH_EXCL_PH = SUM(Billing_Dump_Report[Time-off Hours]) - SUM(Billing_Dump_Report[Public Holidays]) RETURN DIVIDE( BH, AH - TOH_EXCL_PH , 0 )
Outcome required:
Hi @rush ,
I am not sure what desired result would you want, could you please share your sample data and desired output screenshots for further analysis? You can also upload sample pbix to OneDrive and post the link here. Do mask sensitive data before uploading.
Please read this post to get your answer quickly: How to Get Your Question Answered Quickly.
Best Regards,
Amy
@v-xicai
Please see test data for 1 staff member where I have table with various columns and measures.
The column UT (Excl. Timeoff) is a measure:
UT (Excl. Timeoff) = VAR BH = SUM(Billing_Dump_Report[Billable Hours]) VAR AH = SUM(Avail_Hours_and_Days[Available Hours]) VAR TOH_EXCL_PH = SUM(Billing_Dump_Report[Time-off Hours]) - SUM(Billing_Dump_Report[Public Holidays]) RETURN DIVIDE( BH, AH - TOH_EXCL_PH , 0 )
What I am trying to achieve is a measure that would take the average over a selected period (Mar -July 2019) being the measure UT (Excl. Timeoff) and have it display next to it to show the average UT over the period selected.
Please see link to the file where I have highlighted the column in yellow that I trying to achieve with a measure :
Test Data
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 28 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 34 | |
| 25 | |
| 24 |