The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi,
I have column "Test" and column "Completed" and I want to add column "Test left".
Forumla for Test left: =COUNTIF($G$4:$G$11;">"&G4).
$G$4:$G$11 = Completed Column, G4 = first column under Completed
Thanks
try this syntax
Column = VAR __CurrentDate = Table1[Completed] VAR __TableFiltered = FILTER(Table1, Table1[Completed]>__CurrentDate) RETURN COUNTROWS(__TableFiltered)
it returns null instead of 0 so you may want to add +0 at the end if that makes difference for you
User | Count |
---|---|
14 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
28 | |
17 | |
12 | |
7 | |
5 |