Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

question about Measure

Hi,  i have encounter a problem i will appreciate your thoughts on   made an example to simulate:   The DB is looks like that    Date Item Current Status Code Last Month Status Co...
  • Anonymous's avatar
    Anonymous
    9 years ago

    Hi Anonymous,

     

    >>my DB is around 2-3 million rows and i need around 10 of these

    If you just want to get a summary records of each items, I'd like to suggest you use summarize function to group them and got the last val.

     

    >>do you recommend to use LOOKUPVALUE with big DB?

    As you mentioned , if you use measure to calculate through each records, it will spend the lots of system resources.

     

    Regards,

    Xiaoxin Sheng