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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
bmccaslin
Regular Visitor

Generate List of Locations who have not submitted a survey

I have a treemap that shows all the locations within the data that have not submitted a survey on the slicer selected date. The formula works up until a specific date - where after that I am getting all blanks. 

 

Current formula:

count = countrows('Location Surveys')

no submission = countx(values(locations[locations]), if(isblank([count]), 1, blank()))

 

locations[locations] are:

Arizona

California

Oregon

Texas

New Mexico

Colorado

Idaho

Washington

 

'Location Surveys' Submitted Oct 20th:

Idaho

Washington

New Mexico

Colorado

 

Missing:

Arizona

California

Oregon

Texas

 

For example, if I select October 19th in the slicer - the treemap updates and shows all the locations that did not submit their survey that day. However, if I select October 20th, the treemap goes blank. Validating the data - I have 4 sites that did not submit the survey that day, so they should be showing up. 

 

I have no date restrictions on any of the pages. The calendar table is a calculated table and has the octoer 20th date there. Is there something I am missing or is there another way to go about getting the data and having it update when data is refreshed?

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

To report on things that are not there you need to use disconnected tables and/or crossjoins

lbendlin_0-1729793858293.png

Then you need to use a visual that can handle empty rows. The treemap is not the right visual for that.

 

lbendlin_1-1729793915871.png

 

 

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

To report on things that are not there you need to use disconnected tables and/or crossjoins

lbendlin_0-1729793858293.png

Then you need to use a visual that can handle empty rows. The treemap is not the right visual for that.

 

lbendlin_1-1729793915871.png

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.