Forum Discussion

hidenseek9's avatar
hidenseek9
Icon for Post Patron rankPost Patron
9 years ago
Solved

Facing as issue filtering out data

Hello Power BI Community,   I have a problem filtering out data and would love to have your support on it.   Here is a problem that I have . Below is a table that I created. What this table doe...
  • dilumd's avatar
    9 years ago

    Hi,

     

    You can use “IF” function with “AND” function to create a new measure and that can be added to page level filter or report level filter to identify.

     

     

    Variance NIL = IF(AND(Actual Spent=0,Plan Spent=0),"1","0")