Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi All could you help me with the below formula?
FILTER('Test1','Test1'[Month]=DATE(2018,2,1))
I tried the below but it s not working :
FILTER('Test1','Test1'[Month]=DATE(2018,month(today()-2),1)) = it s givign me 0.
to have an ideea i get the results each month for 2 months ago so it s complicated to manually change the date every month as the formula is long
Any Ideas ?
Solved! Go to Solution.
Dear All,
This is how i made it work in case anyone will have the same issue :
=FILTER('Test1','Test1'[Month]=EOMONTH(today(),-3)+1))
Regards
The "month" column in my db is giving me a full date 2/1/2018 (mm/dd/yyyy)
Dear All,
This is how i made it work in case anyone will have the same issue :
=FILTER('Test1','Test1'[Month]=EOMONTH(today(),-3)+1))
Regards
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 |
|---|---|
| 31 | |
| 28 | |
| 24 | |
| 24 | |
| 19 |
| User | Count |
|---|---|
| 44 | |
| 32 | |
| 18 | |
| 17 | |
| 16 |