Forum Discussion
Anonymous
7 years agoNot applicable
Allselected
Hi, I am trying to understand what AllSelected does. So, onto a page, I added a month slicer which is populated with month... Then I have a card with the following DAX behind it: myMeasure = calc...
Anonymous
7 years agoNot applicable
If you used it in a chart with a month reference on x axis you seggest that you whant to calculate your measure on all the visible period of your chart.
Its best used when you want to calculate something in all of the sellected period + condition(Where date is less than latest('Date'[date]))