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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
maya13
Regular Visitor

Blank Data is not showing when filtered for blanks

Hello,

 

I have two systems to compare if employees were setup in the second system. Employee No comes from primary system and No_ comes from secondary system. There is a relationships between Employee No and No_. I created a simple visual to show blanks from secondary system but once I filter the visual to show only blanks for 'No_" it only shows the blank on Employee No. I have the 'show items with no data' ticked so I really do not know where the problem is.

 

maya13_1-1605701875721.png

 

Filtered by only Blanks on No_

 

maya13_0-1605701751763.png

 

1 ACCEPTED SOLUTION
v-deddai1-msft
Community Support
Community Support

Hi @maya13 , 

 

Are you trying to show value that not in first system but in second system? You can follow the sample data:

 

Table1:

Capture9.PNG

Table2:

Capture10.PNG

 

Then you can create a measure to filter data from table2:

 

Measure = IF(MAX(Table2[Column1]) IN EXCEPT(VALUES(Table2[Column1]),VALUES('Table'[Column1])),1,0)

 

Capture11.PNG

 

For more details, please refer to the pbix file: https://qiuyunus-my.sharepoint.com/:u:/g/personal/pbipro_qiuyunus_onmicrosoft_com/EYoF5wTjS4tFloU4Tk...

 

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

 

Best Regards,

Dedmon Dai

View solution in original post

3 REPLIES 3
v-deddai1-msft
Community Support
Community Support

Hi @maya13 , 

 

Are you trying to show value that not in first system but in second system? You can follow the sample data:

 

Table1:

Capture9.PNG

Table2:

Capture10.PNG

 

Then you can create a measure to filter data from table2:

 

Measure = IF(MAX(Table2[Column1]) IN EXCEPT(VALUES(Table2[Column1]),VALUES('Table'[Column1])),1,0)

 

Capture11.PNG

 

For more details, please refer to the pbix file: https://qiuyunus-my.sharepoint.com/:u:/g/personal/pbipro_qiuyunus_onmicrosoft_com/EYoF5wTjS4tFloU4Tk...

 

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

 

Best Regards,

Dedmon Dai

amitchandak
Super User
Super User

@maya13 , difficult to say without looking at Data. Can you share a sample pbix after removing sensitive data.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
AlB
Community Champion
Community Champion

Hi @maya13 

Can you share the pbix (or a mock version that reproes the issue)?

 

Please mark the question solved when done and consider giving a thumbs up if posts are helpful.

Contact me privately for support with any larger-scale BI needs, tutoring, etc.

Cheers 

SU18_powerbi_badge

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors