Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Real-time and historical data of same data set

Currently, I have a report that is based on a direct query that brings in real-time data as it relates to patient exam information. In addition to providing the real-time data, I am also wanting to p...
  • lbendlin's avatar
    5 years ago

    As v-lionel-msft  mentioned - you should store the historical data at the source and access it as needed (via Direct Query) and load the frequently needed current data into memory (using import mode, but just for a small portion of the data)