Forum Discussion
SanderBeukers
Advocate I
9 years agoLimit query results by filtering a column with a MAX function
Hi All, I'm working on a report which pulls data from a database which contains about 200K rows per monthly snapshot. The report only has to contain data from the latest monthly period (ergo: the...
- 9 years ago
Which databse are you connecting? If you use relational database, you can add this filter in your query.
Besides, you could use the embedded filter to filter your date.
Regards,
Charlie Liao
v-caliao-msft
Microsoft Employee
9 years ago
Which databse are you connecting? If you use relational database, you can add this filter in your query.
Besides, you could use the embedded filter to filter your date.
Regards,
Charlie Liao
- SanderBeukers9 years ago
Advocate I
Thanks, i wasnt aware if this built in feature.