Forum Discussion
Anonymous
6 years agoNot applicable
Measure Help - Average Hours a Week Grouped into Buckets
I have the following table with the following columns Time: Emp ID | Date | Week | # of Hours Charged Data goes back 10 weeks Week =Time[Date] - weekday(Time[Date],2) +1 Ive been asked to cr...
v-eachen-msft
6 years agoCommunity Support
Hi Anonymous ,
I solved the similar case here: https://community.powerbi.com/t5/Desktop/Chart-based-on-measure-buckets/td-p/795974
You can download the test file in the link and refer to it.