Forum Discussion
Jug
3 years agoFrequent Visitor
Select rows with the most recent date without groupby
Hi, I would like to know if someone could help me with the following question: I need to filter only the columns with the most recent date (and smaller than today, if possible), filtering the max...
Jug
3 years agoFrequent Visitor
I replaced all the field names with the real ones in the table correctly, the problem is that after the "IN" if I put only #"Expanded Count" it does not work, I believe it needs to mention the table too
Ashish_Mathur
Super User
3 years agoAfter in, you always have to specify the name of the last step.
- Jug3 years agoFrequent Visitor
Unfortunately, it does not work because it has a group function and this is not supported with DirectQuery.