The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
12 | |
9 | |
6 | |
6 | |
6 |
User | Count |
---|---|
24 | |
14 | |
14 | |
9 | |
7 |