Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Measurements to find Boolean Counts for Nots or false

alifazal_0-1628605734914.png

 Ive created this report which works perfectly fine. Each Item showing distinct customers interested in that Item. I now want to see which customers are not interested. Im wondering what the measurement for that looks like on dax or any other way I can get that.

 

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous ,

Assume Item is in a separate dimension 

customers = distinct(Table[customer ID])

 

 

Try meausre like

not interested = sumx(Values(Table[customer ID]), if(isblank([customers]) , 1, blank())

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

That was a good suggestions amit, the issue is that I wouldnt have any blanks in my database. so it shows up empty . I what i essentially want to  show is  the same customers who are buying for the other items to show up for the customers that are not buying.. haha hope this doesnt sound too confusing .. but every customer has bought an item on this list and I want to swap them around using the same total number of customers buying 

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.