Forum Discussion

PHEstaciMa1's avatar
PHEstaciMa1
Icon for Helper II rankHelper II
11 months ago
Solved

Calculate Percentage from 2 different tables

hi all, I'm trying to calculate weekly compliance percentage of each department for every week coaching session versus the number of personnel present on a particular week. However, the number of coa...
  • Jihwan_Kim's avatar
    11 months ago

    Hi,

    I am not sure how your semantic model looks like, but I tried to create a sample pbix file like below.

    Please check the below picture and the attached pbix file.

     

     

     

     

     

    Compliance %: = 
    DIVIDE( SUM(coaching_session[session]), SUM(personnel_present[present]) )