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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.