Forum Discussion
Brian874
4 years agoFrequent Visitor
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
- 4 years ago
Brian874 , Try a measure like
Countrows(Filter(Table, search("Non-Lead",Table[Column],,0)= 0 && search("Lead",Table[Column],,0) > 0 ) )