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
zeeshansaeed
Frequent Visitor

Compare and list all rows from table 1 which are not matched in table 2

Hi GURU's

 

I have two tables Table 1 : with unique accounts

table 2 : with account files submitted logs

 

Table1

zeeshansaeed_0-1660885760709.png  

 

Table 2

zeeshansaeed_1-1660885784510.png

 

 

I want to make a powerbi dashboard which will have a filter of Month and Year selection and it will show all the accounts submitted the data for that selected month and year. and i have successfully did it.

 

The issue is : i need in my dashboard is the name of accounts which havnt submitted the data for that selected month.

 

I have tried Except but looks like its not working fine as i have multiple data in Table2

 

 

Can anyone guide me in the right direction here or can share a sample file for reference to achieve this.

 

 

Thanks,

Zeeshan.

 

   

 

4 REPLIES 4
amitchandak
Super User
Super User

@zeeshansaeed , Assume A is mater table then

Have measure

cnt = count(TableB[Account ID])

 

Account not used in the selected period

 

countx(values(TableA[Account ID]), if(isblank([cnt]) , [Account ID], blank() ) )

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

@amitchandak 

I have tried with 


@amitchandak wrote:

@zeeshansaeed, Assume A is mater table then

Have measure

cnt = count(TableB[Account ID])

 

Account not used in the selected period

 

countx(values(TableA[Account ID]), if(isblank([cnt]) , [Account ID], blank() ) )


its giving me a count but i need account names for these count (FYI - The Count is correct)

 

All account names which have not submitted the files for selected month

Thanks @amitchandak 

 

is it possible for you to show me with an image how this is done ? sorry i am unable to replicate this.

@zeeshansaeed , Same as New in Customer retention , only this is we do not have check for last period. and just normal and sum/count will do

Customer Retention Part 1:
https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-1-Month-on-Month-Retention/b...

 

If this does not help
Can you share sample data and sample output in table format? Or 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

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
Top Kudoed Authors