Forum Discussion
Anonymous
6 years agoNot applicable
Date slicer
Hi, I have created a month slicer for my data and it works just fine when viewing a single month of data. However, when I select multiple months or select the 'select all' option, the values ret...
- 6 years ago
Anonymous , Try like given examples. The second one should work
Average(Table[Value])
Or
AverageX(values(Table[Month Year]),sum(Table[Value]))
amitchandak
Super User
6 years agoAnonymous , Try like given examples. The second one should work
Average(Table[Value])
Or
AverageX(values(Table[Month Year]),sum(Table[Value]))
Anonymous
6 years agoNot applicable
Thanks! the first solution worked. Seems like it was an easy fix.