The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I have this ia a DAX but I have not been able to add 1 day...as it is a variabele...tried several fucnitonas as format but still doesn work... this was my last try and still doesn't work. Any ideas how to add 1 day?
Solved! Go to Solution.
Hi @Anonymous ,
Have you tried it with a simple +1?
DatePlusOneMeasure = VAR _datePlusOne = MAX ( DateTable[Date] ) + 1 RETURN _datePlusOne
Let me know 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
Also happily accepting Kudos 🙂 |
Feel free to connect with me on LinkedIn! | |
#proudtobeasuperuser | |
Hi @Anonymous ,
Have you tried it with a simple +1?
DatePlusOneMeasure = VAR _datePlusOne = MAX ( DateTable[Date] ) + 1 RETURN _datePlusOne
Let me know 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
Also happily accepting Kudos 🙂 |
Feel free to connect with me on LinkedIn! | |
#proudtobeasuperuser | |
I feel so...@#@#....Spent hours and did ocure to me!!!!
It worked!!!