Forum Discussion
SkorpionAAM
6 years agoHelper V
How Can Filter function With All Funcation Thanks
Im try to get the filters with this seniro please let me know where im Wrong nbr_related_investementFilter = CALCULATE(distinctCOUNT(need_road_investement_coverage_details[_50kmsegement_id]), a...
amitchandak
6 years agoSuper User
SkorpionAAM , seem fine. Need to what is need. Can you share sample data and sample output in table format?
Unless all is not need try like
nbr_related_investementFilter =
CALCULATE(distinctCOUNT(need_road_investement_coverage_details[_50kmsegement_id]),
FILTER(need_road_station_coverage_summary ,need_road_station_coverage_summary [_nbr_related_station]>0
))