Forum Discussion
pstanek
10 years agoPost Patron
Dax
Measure1 = Calculate( SUM(movement[pcena]); FILTER(movement; movement[date] >= NOW()-30 && movement[date] <= NOW())) Measure2 = Calculate( SUM(movement[pcena2]); FILTER(movement; movement[date...
pstanek
10 years agoPost Patron
Thanks, I was stepping around.
Do you know some really good Dax library or books for Power Bi. I mean, I would like to see not only codes, but with easy examples.
Tables, what we want to calculate., results
I always find code, tables - not described in detail where I can not say what It means. Result is that, I know function related, but I can not use it effectively.:cathappy:
Sean
10 years agoCommunity Champion
These are great DAX sites/resources: (and their authors have also published books)
http://www.sqlbi.com/books/the-definitive-guide-to-dax/companion/
http://www.powerpivotpro.com/the-book/
http://exceleratorbi.com.au/learn-to-write-dax/