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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
jdriscoll
Helper I
Helper I

Returning List of Rows without Associated Values in Another Table

Hi,

 

I have a table with a list of people in my group and a linked table with columns of people and their responses to a survey (if the person has responded). How do I create a calculated table that has a single column of rows of people who haven't responded to the survey (i.e., they don't have a value in the survey response table)?

 

Thanks in advance!

1 ACCEPTED SOLUTION

Hi @jdriscoll ,

 

I have modified your measure:

Remaining_Respondents = IF(COUNTX(Score_Table, Score_Table[Email]) = 0, 1)

Then create a table use column Name and apply the measure to the visual level filter:

vjianbolimsft_0-1672794604875.png

Final output:

vjianbolimsft_1-1672794618348.png

Best Regards,

Jianbo Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

7 REPLIES 7
jdriscoll
Helper I
Helper I

Hi all,

To address the above replies:

@Ashish_Mathur , the solution does not need to be a calculated table. In fact, I made an attempt at a measure that is pretty close, but still requires some workarounds that I'm not thrilled with (see link to sample file below).

@v-jianboli-msft, I tried out your measure and couldn't get it to work in my file. I've copied a new link in to my file that shouldn't expire this time.

 

Thanks all for your help so far.

Link to BI 

I believe your question has already been answered.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Hi @jdriscoll ,

 

I have modified your measure:

Remaining_Respondents = IF(COUNTX(Score_Table, Score_Table[Email]) = 0, 1)

Then create a table use column Name and apply the measure to the visual level filter:

vjianbolimsft_0-1672794604875.png

Final output:

vjianbolimsft_1-1672794618348.png

Best Regards,

Jianbo Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Ashish_Mathur
Super User
Super User

Hi,

Is there a specific reason to create a calculated table?  Why not a measure?  If you want a measure solution, then share the download link of th PBI file or share data in a format the can be pasted in an MS Excel file.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
v-jianboli-msft
Community Support
Community Support

Hi @jdriscoll ,

 

Since the sample you provided is out of date, I created a simple sample based on your description:

vjianbolimsft_0-1672628043202.png

vjianbolimsft_1-1672628053165.png

Please try:

 

Table 2 = SELECTCOLUMNS(FILTER('Linked Table',ISBLANK([Response])),"Person",[Person])

 

Final output:

vjianbolimsft_2-1672628133167.png

Best Regards,

Jianbo Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@jdriscoll , concatenatex can help

 

If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi,

Please see this link for file.

Helpful resources

Announcements
Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Jan NL Carousel

Fabric Community Update - January 2025

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