Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Administrator
4 years ago
Solved

restart measure

Good day, it is my first post, and the truth totally beginner in this world of Power Bi, I hope to be able to expose my topic clearly. I have a measure which adds data from the last 7, 30, 90 and 3...
  • tamerj1's avatar
    tamerj1
    4 years ago

    Hi ayalangel 
    It is the same approach. You just need to aggregation column following the aggregation level in the table visual. For example if you are aggregating at month level you need to iterate over the VALUES ( TableName[Year Month Number] ) If you don;t have this column in your table/Date table you can easily create it (Year Month Numbe "Calculated Column" = YEAR ( [Date] ) * 100 + MONTH ( [Date] ) will be just perfect for this application). Please refer to attached sample file.

    For quarter or year level just follow the same.