Forum Discussion

BaileyL's avatar
BaileyL
Frequent Visitor
2 years ago
Solved

Legend wont work with SUM Function

Jobs I have a table of jobs that begin and end on certain days, each job has a department    Date Table I have a datetable that spans the min/max of the jobs days. I have a calculated column (Tot...
  • BaileyL's avatar
    BaileyL
    2 years ago

    Hi, 

     

    Thanks for your help. Unfortunatly the modified measure didn't work, instead I found the solution by doing these two things:

     

    replace JOBS with ALL(JOBS)

     

    and after the filter:

    KEEPFILTERS(RELATEDTABLE('Departments'))
     
    Thanks,
    Bailey.