Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I created a paginated report off of Power BI dataset. In the Power BI report (that I am using as dataset)
I have a date filer as follows to bring back last 3 months of data:
TRUNC (TASK_CREATED) >= add_months(trunc(sysdate, 'MM'), -3)
AND TRUNC(TASK_CREATED) < trunc(sysdate, 'MM')
On the Power BI report, I have it Task Created date filtered on Relative date/is in the last/1/calendar months (in the Filters Pane)
However, I don't see this option when I am in Paginated reports, so its bringing in all 3 months of data:
Is there an option somewhere to turn this on? or is this Paginated report limitation?
So what I am doing is creating another Power BI Dataset that only brings in last months data and creating report off of that for Paginated report.
Thanks for help!
Solved! Go to Solution.
Thanks Rita,
Thanks to this board I was able to search and find alternate solution,
I added custom calc and used this as filter on paginated report:
Thanks Rita,
Thanks to this board I was able to search and find alternate solution,
I added custom calc and used this as filter on paginated report:
Hi @Anonymous
It is possible only with some Dax approach.
Please refer to the linked discussion
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 49 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 91 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |