Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

How to correctly implement an else statement on a filtered measure

Hello there,  Currently I have a dashboard that when a Deal is filtered, it shows me the correct loss figure (as shown below): However, when a Deal is unselected, the total loss will go to ...
  • parry2k's avatar
    5 years ago

    Anonymous I guess this is what you need:

     

    DealPO = IF(ISFILTERED('Deals (CRM)'[Deal Name]),[VO PO Total],[PO Billed])

     

    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.