Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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
Proud to be a Super User!
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!