Forum Discussion
Trouble Calculating a Dynamic Average
- Anonymous1 year ago
Hi Anonymous ,
Create this measure.
Average Score = CALCULATE ([Score], ALLSELECTED('OST'))Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
Thanks to Dangar332 and FreemanZ for their quick replies. I have some other thoughts to add:
Based on your description, the Score you are displaying on the visual object is the measure, correct? If I have misunderstood you please clarify in a follow up reply.
Then we can create a new measure.
Avg = CALCULATE([Score],ALLSELECTED('Table'))
Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi All,
Thanks so much for your continuous help here.
The one challenge here is that the "sub-category" field comes from a parameter, which I believe may require some differences in the formula.
You'll see when I create the formula per your suggestion:
- FreemanZ1 year agoSuper User
hi Anonymous ,
could you depict your expected result with a table?
- Anonymous1 year agoNot applicable
Hi there! Can you please clarify what you mean?