Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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
User | Count |
---|---|
11 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
25 | |
19 | |
16 | |
10 | |
7 |