Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi All
I am trying to get the count sum of the SSID to show up in the SSID Count. So for the second table below, for the month of Jan , I want the SSID Count to be = 2, Thanks for any help
Solved! Go to Solution.
Hi @Anonymous ,
Try
Calculate(distinctcount('table'[ssid]),filter(all('table'),'table'[month]=selectedvalue('table'[month])))
If I misunderstand your meaning, please share some sample data.
Best Regards,
Jay
Ashish
I was to figure it out
Hi @Anonymous ,
Try
Calculate(distinctcount('table'[ssid]),filter(all('table'),'table'[month]=selectedvalue('table'[month])))
If I misunderstand your meaning, please share some sample data.
Best Regards,
Jay
Hi,
Some variant of this measure will help:
=countrows(filter(values(data[SSID]),[Values]>0))
Values is a measure which returns 1325 and 1400 in visual 1.
Thanks Ashish
I was trying to get the value 2 as a sum using the following measure but will not take.
Hi,
Share the download link of your PBI file.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 62 | |
| 50 | |
| 45 |