Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet 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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.