@leo_89 ,
Give this a go:
Count Points Selected =
VAR vTable =
ADDCOLUMNS(
VALUES( Test[Date] ),
"@valmeas", [value_measure]
)
VAR Result =
CALCULATE(
COUNTROWS( vTable ),
ALLSELECTED( Test[Value] )
)
RETURN Result
I hope this is helpful. Full solution file attached.
- Brian
e DNA Forum - Count Lasso Selected Points Solution.pbix (2.5 MB)
