Forum Discussion

bourne2000's avatar
bourne2000
Icon for Helper V rankHelper V
4 years ago
Solved

Measure is not working in Table visual

Hi   I am having below data model     Target table and sales table connected through Sales ID. Same with sales Target and salesperson   Target Table as below     Salesperson Tab...
  • PhilipTreacy's avatar
    4 years ago

    Hi bourne2000 

     

    Try SUM / MAX for the %Target

    %Target = SUM('Sales Table'[Total Sales]) / MAX(Target[Sales Target])

     

    Regards

     

    Phil