Forum Discussion
Basti76
3 years agoHelper I
Average from table with slicer from second table
I have two slicers. Year and Week of year. I would now like to calculate a total average of stock value for the selected period. I have two tables. 1. Calendar table with individual dates, week ...
- 3 years ago
Yes, I did´t considered this case so far...difficult ro cover your need without knowing your datamodel.
Easy to solve.
Divide 2 measures.
AVG = SUM(your_table[Amount Item]) / DISTINCTCOUNT(your_table[WeekNumber])
Try this approach.
Hope you can adjust the idea to your model
sergej_og
3 years agoSuper User
this is what I get by using
AVG Item = AVERAGE(yout_table[Value_Item])
------------------------------------
Slicer works fine...
Basti76
3 years agoHelper I
Really much appreciate your help. 🙂 When I add another filter and look at this for just one item it works fine. But if I leave it open with all the outcome is incorrect. 🤔