Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi,
Im trying to get my report to show, upon selecting year-month in the slicer, 1 month and 20 days ago.
So If I select 2020-04 I need my table visual to only display values with a required fix date in the range 1 Feb - 10 March.
This needs needs to be moving with the slicer months. My code currently is below but its not aligning with the dates.
Well, you are if you are getting the correct result! 🙂
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
If you are not getting the intended result, see if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TIT...
Hi @Anonymous
DATEADD() is a very tricky function
according https://docs.microsoft.com/en-us/dax/dateadd-function-dax
The result table includes only dates that exist in the dates column.
If the dates in the current context do not form a contiguous interval, the function returns an error.
I recommend you to try first to replace dateadd() to statements like
var _endDate = DATE(YEAR(DimDate[Date]), MONTH(DimDate[Date])-1, DAY(DimDate[Date]) )
Hi @az38 ,
Many thanks for your replies with this.
It does feel like its not possible though to do with a table visual and a rolling month slicer 2 months in advance.
Thanks
Liam
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 11 | |
| 9 | |
| 8 |