Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Help With DAX Percentages

Hi all, hope it's an easy one just struggling a little with DAX for something very simple when calculating percentages  In excel the formula is  =(C61-C62)/C61 or for what i'm doing its:  =(T...
  • parry2k's avatar
    4 years ago

    Anonymous sorry I gave you the wrong calculation, BTW, if you already have measure for missed call % then use then 2nd option

     

    Answered Calls % = 
    1 - DIVIDE ( SUM ( YourTable[MissedCalls] ), SUM ( YourTable[TotalCalls] ) )
    
    or
    
    Answered Calls % = 
    1 - [Existing Missed Called % Measure]

     

    Follow us on LinkedIn

     

    Check my latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

     

    Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.