Forum Discussion
pstanek
10 years agoPost Patron
Time Intelligence Functions (DAX)
Can I use Time Intelligence Functions (DAX) in Power BI?
pstanek
10 years agoPost Patron
Can you give me a hint ?
pcena_bd_last30days2 = CALCULATE(SUM(movement[pcena]); movement[datum]>NOW()-30; movement[datum] <= NOW())
I tried to rewrite this with function datesbetween, but It did not work.
Anonymous
10 years agoNot applicable
pstanek In order to use time intelligence functions you need to have a date table related to your fact table. It would appear in your DAX function that you are referencing the same table.