Forum Discussion

Fcoatis's avatar
Fcoatis
Post Patron
7 years ago
Solved

CALCULATETABLE

Hello community,   Is there a way to accomplish this:   CGJOBS Reduced = CALCULATETABLE(CGJOBS;CGJOBS[JOB]=VALUES(realocJOBS[JOB]))   I have big table CGJOB and I want to reduce it  (I mean fi...
  • LivioLanzo's avatar
    7 years ago

    Fcoatis

     

    try:

    CGJOBS Reduced = CALCULATETABLE(CGJOBS;CGJOBS[JOB] IN VALUES(realocJOBS[JOB]))