This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi @SkorpionAAM
I would use the below code to count and filter.
nbr_related_investementFilter =
CALCULATE(DISTINCTCOUNT(need_road_investement_coverage_details[_50kmsegement_id]),need_road_station_coverage_summary[_nbr_related_station]>0))
Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
Regards,
Pranit
but i want Aall funcation as well because i want to ignore this measure from master Filters
@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
))
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 32 | |
| 26 | |
| 24 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 50 | |
| 31 | |
| 25 | |
| 24 |