Forum Discussion
DionTN
4 years agoHelper II
Calculate average from given rownumber
I have a table and a function where i calculate the first and last rownumber. What I expect is the following: Actually untill now i got this: My bodyComp3 calculation is: BodyCo...
- Anonymous4 years ago
Hi DionTN ,
Here are the steps you can follow:
1. Create measure.
BodyComp3 = DIVIDE( MAXX(FILTER(ALL('Table'),'Table'[Group]=MAX('Table'[Group])),[BodyComposition]),10)2. Result:
If you need pbix, please click here.
Calculate average from given rownumber.pbix
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Anonymous
4 years agoNot applicable
Hi DionTN ,
Here are the steps you can follow:
1. Create measure.
BodyComp3 =
DIVIDE(
MAXX(FILTER(ALL('Table'),'Table'[Group]=MAX('Table'[Group])),[BodyComposition]),10)
2. Result:
If you need pbix, please click here.
Calculate average from given rownumber.pbix
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly