Forum Discussion
Sum values based by two informations
Zarrok , very difficult to solve without sample data.
The information you have provided is not making the problem clear to me. Can you please explain with an example.
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Appreciate your Kudos.
of course, I will show you a dump table but with the same logic.
So the aim is, that I want to create a Measure which shows the Average Allocation per Month by user, the issue is that I cannot filter regarding to criteria (Month and Resource name). For example If I would calculate if manually I would do the following. For the Resource Name Zarrok I would calculate that (( 30+10+0+5+(0+25+20)) /5 month) = 18 % Average Project Allocation For User Meyer ((10+10+(30+40))/3)= 30 % Average Project Allocation