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! Don't miss your chance! Learn more
Hi,
see my problem below in the photo.
here is also a link
https://www.dropbox.com/s/03l9extd2ox8wvw/Check%20date%20within%20a%20date%20range.xlsx?dl=0
Solved! Go to Solution.
@Anonymous Please try this as a "New Column" in EmpContract table.
Isworked2ClientsInFirst3Months =
VAR _CountCheck = CALCULATE(DISTINCTCOUNT(Test91ClientContract[Client]),
FILTER(Test91ClientContract,Test91ClientContract[Name]=Test91EmpContract[Name]
&& Test91ClientContract[EndDateAtClient] <= EDATE(Test91EmpContract[ContractStart],3)
) )
RETURN IF(_CountCheck=2,"Y","N") Proud to be a PBI Community Champion
@Anonymous Please try this as a "New Column" in EmpContract table.
Isworked2ClientsInFirst3Months =
VAR _CountCheck = CALCULATE(DISTINCTCOUNT(Test91ClientContract[Client]),
FILTER(Test91ClientContract,Test91ClientContract[Name]=Test91EmpContract[Name]
&& Test91ClientContract[EndDateAtClient] <= EDATE(Test91EmpContract[ContractStart],3)
) )
RETURN IF(_CountCheck=2,"Y","N") Proud to be a PBI Community Champion
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 68 | |
| 59 | |
| 48 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 107 | |
| 104 | |
| 39 | |
| 27 | |
| 27 |