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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Syndicate_Admin
Administrator
Administrator

Array with data that does not exist in table

Dear.

Pleasure in greeting,

CristianPM20_0-1648045441941.png

I have 2 matrices, the first one shows all users, the 2nd users with surveys, I would like to have a 3rd matrix with non-surveyed users. For the example, the one who frames in red is the user who would like to show because he has no survey.

Best regards!!!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Syndicate_Admin ,

Please refer to my pbix file to see if it helps you.

Create a table.

Table 2 = 'Table'

Then Create a measure.

Measure= IF(MAX('Table 2'[nut])=SELECTEDVALUE('Table'[nut]),BLANK(),1)

Then filter the measure.

vpollymsft_0-1648447652658.png

vpollymsft_1-1648447687047.png

If I have misunderstood your meaning, please provide your pbix file without privacy information and desired output.

 

Best Regards

Community Support Team _ Polly

 

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

2 REPLIES 2
Anonymous
Not applicable

Hi @Syndicate_Admin ,

Please refer to my pbix file to see if it helps you.

Create a table.

Table 2 = 'Table'

Then Create a measure.

Measure= IF(MAX('Table 2'[nut])=SELECTEDVALUE('Table'[nut]),BLANK(),1)

Then filter the measure.

vpollymsft_0-1648447652658.png

vpollymsft_1-1648447687047.png

If I have misunderstood your meaning, please provide your pbix file without privacy information and desired output.

 

Best Regards

Community Support Team _ Polly

 

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

 

 

lbendlin
Super User
Super User

Read about EXCEPT() and INTERSECT()   DAX functions.

 

Please provide sanitized sample data that fully covers your issue.

Please show the expected outcome based on the sample data you provided.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.