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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
SebastianAlmer
Frequent Visitor

need help: want to find all items that are not in a list for a specific date

Dear all,

I'd kindly ask for your help, cause I really have no idea how to solve that.

 

I have two tables where I'd like to find all items for a specific date that are *not* in the table.

 

Personnel:

table1.png

 

Projects:

table 2.png

 

I want to have a list with all people *not* working on a specific date.

So one option would be to have a resulting list like this:

table3.png

 

or of course only the empty items (but this i can achive easy based on the last list):

DatePNR
02.01.2021  2
03.01.2021  2
03.01.2021  3

 

Any idea how to solve this and to get to the third combined list?

thanks in advance

 

regards

Sebastian

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@SebastianAlmer ,I am assuming both tables are join

use this measure  with first name , last name or any column with Personnel table

 

if(isblank(count(Project[project])),1,0)

View solution in original post

3 REPLIES 3
SebastianAlmer
Frequent Visitor

Thanks @amitchandak 

One more question: How would i do that to antoher table where i have an inactive relationship? how could I add USERLATIONSHIP there?

@SebastianAlmer , yes create a measure with userelationship and check for blank for the complete measure with userelationship

amitchandak
Super User
Super User

@SebastianAlmer ,I am assuming both tables are join

use this measure  with first name , last name or any column with Personnel table

 

if(isblank(count(Project[project])),1,0)

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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