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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

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.

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Hi,

Please see this link for file.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.