Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
@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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 8 | |
| 5 | |
| 3 |
| User | Count |
|---|---|
| 28 | |
| 21 | |
| 20 | |
| 19 | |
| 12 |