Forum Discussion
pstanek
10 years agoPost Patron
Time Intelligence Functions (DAX)
Can I use
Time Intelligence Functions (DAX)
in Power BI?
8 Replies
- AnonymousNot applicable
Yes. You can use any DAX functions in Power BI.
- pstanekPost 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.
- AnonymousNot 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.