This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Ran into an issue using the Out the Box Relative Date Page/Report filter in Power BI.
Problem:
The Relative Date Filter when using the options "Is in the Last" or "Is in the Next" X Number of months does not include the entire month even when including today. It will only include today's date and the X Months,
Solution:
I created an IF statement that would rank the months based on the current month = 0 and assigning negative numbers for prior months and positive numbers for yet to come Months.
MonthRank = IF(SIGN(MONTH([Date]) - MONTH(TODAY())) = -1,5,MONTH([Date]) - MONTH(TODAY()))
In my case i needed to just see anything equal to the current month +4 Months and anything else negative I didnt want to have show up. So i needed to give negative numbers a number higher than my filter to allow for those dates to not show.
Then I used the filter Advanced filtering to filter with the number range I needed. This is dynamic enough where you will not need to change the filter each month as it will evaluate based on the current month.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 25 | |
| 23 | |
| 19 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 24 | |
| 20 | |
| 20 | |
| 19 | |
| 19 |