Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Paginated Reports missing Relative Date in Filters pane

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)

cognosuser_0-1699364525392.png

 

However, I don't see this option when I am in Paginated reports, so its bringing in all 3 months of data:

cognosuser_1-1699364677772.png

 

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!

 



 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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:

cognosuser_0-1699376827938.png

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

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:

cognosuser_0-1699376827938.png

 

Ritaf1983
Super User
Super User

Hi @Anonymous 
It is possible only with some Dax approach.

Please refer to the linked discussion

https://community.fabric.microsoft.com/t5/Service/Relative-date-filter-for-paginated-report/m-p/1863599

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

 

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors