Forum Discussion
Anonymous
3 years agoNot applicable
DATESINPERIOD Extending Beyond Calendar Table
Hi everyone, I'm trying to get the 12 month rolling data from a visual. I'm using DATESINPERIOD as shown in below DAX measure but I'm getting values after the maximum date of my table calendar (my ca...
Greg_Deckler
Community Champion
3 years agoAnonymous DAX TI functions should be avoided. You may find this helpful - https://community.powerbi.com/t5/Community-Blog/To-bleep-With-Time-Intelligence/ba-p/1260000
Also, 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-TITHW/m-p/434008
You may also find this helpful:
Anonymous
3 years agoNot applicable
Thanks Greg! I'll give it a read.