Forum Discussion

PipRon7's avatar
PipRon7
Frequent Visitor
7 years ago
Solved

DAX ISINSCOPE Help

Hi,   I am using the below dax function: % Billing Target = IF ( ISINSCOPE ( 'YTD'[Department] ), [Client Services BT %]) That gives me the correct result of a billing target % for the client se...
  • Anonymous's avatar
    Anonymous
    7 years ago

    Hi PipRon7 ,

     

    Since you are calcuting average by category,

     

    Just use this Dax Measure to get what you want. you dont need other measures.

    % Billing Target = 
    average(Sheet1[Billable Target %])

    My output based on the sample you provided.

    let me know if this works.

     

    Thanks,

    Tejaswi