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
1984
Helper I
Helper I

COUNTROWS USING FILTER ISSUE

Hi Community 

 

Im trying to add an additional filter to an existing countrow + filter column and have some issues I could do with some support if possible.

 

So my column is currently:

Column = CALCULATE(
COUNTROWS('INSTALL'),
FILTER('INSTALL',
'INSTALL'[Installation_Date__c] = 'Actuals Summary 23-24'[MMM-YY])
)

 

and I would like to add an additional filter to it I have tried two variations as follows:

COLUMN = CALCULATE(
COUNTROWS('INSTALL'),
FILTER('INSTALL',
'INSTALL'[Installation_Date__c] = 'Actuals Summary 23-24'[MMM-YY])

&&

FILTER('JOB',
'JOB'[Code]="POSS")
)


COLUMN = CALCULATE(
COUNTROWS('INSTALL'),
FILTER('INSTALL', 'JOB',
'INSTALL'[Installation_Date__c] = 'Actuals Summary 23-24'[MMM-YY]||'JOB'[Code]="POSS")
)

 

Unfortuantely both don't work.

2 REPLIES 2
saurabhtd
Resolver II
Resolver II

@1984 Is INSTALL a fact and JOB a dimension and both have relationship between them ?

@saurabhtd They are both fact tables and connect via many to one relationship there is a third fact table between the two

 

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.