Forum Discussion

Brian874's avatar
Brian874
Frequent Visitor
4 years ago
Solved

DAX Help with VAR Measurement

I have a table called rating and trying to add a measure for the total number of leads however cannot currently do this. I am very new to Power BI and would be very grateful for the help    
  • amitchandak's avatar
    4 years ago

    Brian874 , Try a measure like

    Countrows(Filter(Table, search("Non-Lead",Table[Column],,0)= 0 && search("Lead",Table[Column],,0) > 0 ) )