Forum Discussion

darko861's avatar
darko861
Resolver II
3 years ago
Solved

Isinscope 2-level calculation

Hi all,   I have a table, with two rows displaying the Member's names (which is blurred out) and their Internal or Customer time. The data model consists of the Members' table (The Members' names c...
  • amitchandak's avatar
    3 years ago

    darko861 , Try sum like

     

    Targeted Hours =
    Sumx(Summarize(v_EIS_Combined_Employee_Company_Time2,v_EIS_Combined_Employee_Company_Time2[InternalorCustomer],v_EIS_Combined_Employee_Company_Time2[Operations]),
    SWITCH(TRUE(),SELECTEDVALUE(v_EIS_Combined_Employee_Company_Time2[InternalorCustomer]) = "Customer Time",SUM(Budgeted_Hours[Value]),BLANK()) )