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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I have 2 tables like below:
I want to ftech the limit1, limit2, limit3 by comparing date & Site Name from table 1 with date range in table 2.
i.e. It should check the date range in which the date fits; also, if the site name matches, return the values from that row.
Solved! Go to Solution.
Hello @Anonymous
Assuming you want to compare Table1[Date] with Table2[StartDate] and Table2[EndDate] range.
If it is then please get the below solution
Create a calculated column by writing below DAX
Hope it will help you.
Regards
sanalytics
Hello @Anonymous
Assuming you want to compare Table1[Date] with Table2[StartDate] and Table2[EndDate] range.
If it is then please get the below solution
Create a calculated column by writing below DAX
Hope it will help you.
Regards
sanalytics
@Anonymous
Glad, it worked. Would appreciate if you like the solution.
Regards
sanalytics
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.