Forum Discussion
Run a Paginated Report for Yesterday
- 11 months ago
Hi jbranch
Yes, this is possible and one of the easiest ways to do this is to create a date parameter for yesterday's date and then what you do is you create a filter where your parameter value is equal to the date value in your data. That should then filter out all the data to only show the rows for yesterday's date.
Hi jbranch
Yes, this is possible and one of the easiest ways to do this is to create a date parameter for yesterday's date and then what you do is you create a filter where your parameter value is equal to the date value in your data. That should then filter out all the data to only show the rows for yesterday's date.
- jbranch11 months agoFrequent Visitor
Hi GilbertQ
Thank you for your response. I assume this is something that must be done in the Report Builder, because there doesn't seem to be any functionality like this in the service (which seems bafflingly lacking, even for a preview). I tried to get it working in the way described but for some reason it wouldn't return any data for yesterday, but would for all previous days (not really sure why). In the end I ended up putting the data I needed into Power BI Desktop and used a slicer to filter it and copied the DAX from the query view into the Report Builder, which has worked.
Thanks again for the pointers.