Forum Discussion
Syndicate_Admin
Administrator
3 years agoAverage calculation grouped by project
Hello, I have a problem to perform a calculation in PowerBi, at the moment I had to do it manually in Excel and I need it to be done in a dynamic way. The problem is the following tengun a base wit...
Ashish_Mathur
Super User
3 years agoYou are welcome. If my previous reply helped, please mark that as Answer. Write this measure
Average hours 1 = SUMX(VALUES(Data[TASK]),[Average hours])
Hope this helps.
Syndicate_Admin
Administrator
3 years agoThank you very much, it worked just as I needed it!