The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi @funtra513
First make sure you have realationship created between date and Production Date comlumn. Then use this measure
Measure =
COUNTROWS (
FILTER (
Production,
Production[Production date] > Production[Requirement date]
)
)
of course it really depends on what exactly you need to achieve and how your data looks like. Hope this will help. Have a great day
User | Count |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |