Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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...
  • amitchandak's avatar
    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]))