Forum Discussion
rido
2 years agoRegular Visitor
DAX query behavior explanation
Hi, I have a table of dates and respective values associated with the dates: March 12, 2021: 22,393 unit sales March 13, 2021: 21,320 unit sales March 14, 2021: 21,927 unit sales March 15, 2021...
tamerj1
2 years agoCommunity Champion
When you place a column in a visual it acts as a filter. The subset of sales table that is visible in the first row is slready filtered to the date in the same row and so on. ALL removes the filter snd returns the complete table.
rido
2 years agoRegular Visitor
Yes, that seems like it.
Thanks a lot! 🙂