Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
I have found that I cannot use a DateAdd to find a date outside of the current year.
Being the 31st Jan 2017 today, if I use (custom column)
DATEADD('Data'[Today].[Date],-3,month) It returns a blank value however
DATEADD('Data'[Today].[Date],-1,day) correctly returns yesterday.
Even DATEADD('Data'[Today].[Date],2,Year) returns a blank value.
Surely we should be able to dateadd across the boundary of the year.
Thanks
Kirsty
Solved! Go to Solution.
You need to create a Calendar table which contains the full calendar date if you want to use DATEADD Function.
This blog should also be helpful to you.
Best Regards,
Herbert
I do Agree. It is ridiculous.
You need to create a Calendar table which contains the full calendar date if you want to use DATEADD Function.
This blog should also be helpful to you.
Best Regards,
Herbert
Thank you for helping me out.
It seems to me that this is pretty ridiculous. I really hope someone fixes this
User | Count |
---|---|
84 | |
77 | |
76 | |
43 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
48 | |
43 |