Forum Discussion
venkb
Helper I
5 years agoFilter rows based on date column
hello, I have the following measure Received_Today_1 = COUNTROWS(FILTER ( ALLSELECTED(Logs), Logs[Date] = SELECTEDVALUE('Date Table'[Date]) - 1 && Logs[State] = "State" && Logs[Status] = "Su...
Anonymous
5 years agoNot applicable
What is the reason to use ALLSELECTED? This function is used to get filters from outside the visual or get all the iterated entities from a visual. I have a strong feeling you're not using it correctly. And on top of that, this is the MOST complex function in all DAX and understanding it takes a bit of learning. Could you please explain better what you're trying to do? Maybe a picture would be useful...