Forum Discussion

ArchStanton's avatar
ArchStanton
Power Participant
2 years ago
Solved

PREVIOUSMONTH Query

Hi, Is it possible to calculate the volume of cases that are over 3 years old as it was a month ago using PREVIOUSMONTH or DATEADD?   This measure calculates the number of Cases that are 3 years o...
  • hackcrr's avatar
    hackcrr
    1 year ago

    ArchStanton 

    As you described, you want to achieve the same function as timestamp, which will not be possible in power bi. You can also understand the reason when you use power bi. It is a data display tool and does not provide data snapshot function. Since your status may be updated at any time, but the calculation logic of DAX is to filter out the data that meets your filter in the data you import, and then perform an aggregation.
    So, if you want to achieve the timestamp function like Oracle database, then you can manually record it in excel in the monthly email subscription you mentioned. The report provides a "month-end" snapshot of our transaction volume and total at 2359 o'clock on the last day of each month.

     

    hackcrr

    If I have answered your question, please mark my reply as solution and kudos to this post, thank you!