Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
itcloud_Learn
Frequent Visitor

Complex Join with relation operators

Hi ,
I have to do conditional join in power bi like "start_date<=Business_date AND end_date> Business_Date" how to achieve this type of conditional Join in power bi, i am using relational operators here <=& >. Could you please on this issue.
1 REPLY 1
Kannan_n
Advocate I
Advocate I

You can achieve this type of conditional join in Power BI by creating a calculated column in your table with the following formula:

 

= AND([start_date] <= [Business_date], [end_date] > [Business_Date])

This formula will return a Boolean value of True or False for each row in your table based on whether the condition is met or not.

You can then use this calculated column as a filter in your visualizations or as a join key in relationships between tables.

I hope this helps! Let me know if you have any other questions.

If the answer Happy Give a Like & are you satisfied with the Answer Make the question as Resolved 

Thanks/Regards 

Kannan.N

Helpful resources

Announcements
FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.