Forum Discussion
Utiisation per week
- Anonymous2 years ago
Hi kangkopi15 ,
You can create a calculated column as below to get it, please find the details in the attachment.
Utilisation per week = CALCULATE( SUM('Table'[Utilisation %]), FILTER( 'Table', 'Table'[Start Date of the week] = EARLIER('Table'[Start Date of the week]) && 'Table'[Resource] = EARLIER('Table'[Resource]) && 'Table'[End Date of the week] = EARLIER('Table'[End Date of the week]) ) ) / 100Best Regards
No need for calculation
- kangkopi152 years agoHelper I
ah you're right, thank you, however, I have this formula in my Excel, and I wonder can apply the same for powerBI, essentially I want to have the average utilisation per week.
- Anonymous2 years agoNot applicable
Hi kangkopi15 ,
You can follow the steps below to get it:
1. Create table visual
2. Apply the field [Resource], [Start Date of the week], [End Date of the week], [Utilisation %] with the aggregation Sum (which just like suggested by lbendlin ) and [Utilisation %] with the aggregation Average as below screenshot
Best Regards
- kangkopi152 years agoHelper I
hi Anonymous lbendlin thank you, appreciate your response, I followed your steps and managed to get the table, I think the reason why I need the formula is for the filter and another visualization, the actual table is more comprehensive with more columns and tables, that's why I need to have the correct measurement