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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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 |
---|---|
9 | |
8 | |
5 | |
4 | |
3 |