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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
sdlx
Helper I
Helper I

Add a Colum with a value based on a conditional test between value of 2 different Table

Hello,

 

I have 2 table.

First Table

Batch Start Value Batch (Decimal Number) End Value Batch (Decimal Number)

 

Second Table

Start Value Reason (Decimal Number) 

 

My Goal is to add the Batch Value From the first Table to the second table.

The batch Value to retrieve is the one where the Start Value Reason is between Start Value Batch and End Value Batch.

multiple rows of the Second Table will Get the same Batch Value of the First Batch.

 

Thank you all for your help !

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@sdlx , Try a column like

maxx(filter(table1, Table2[Start Value Reason] >= Table1[Start Value Batch]  && Table2[Start Value Reason] <= Table1[End Value Batch] ), Tabl1[Batch])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
sdlx
Helper I
Helper I

@amitchandak Thank you so much !

amitchandak
Super User
Super User

@sdlx , Try a column like

maxx(filter(table1, Table2[Start Value Reason] >= Table1[Start Value Batch]  && Table2[Start Value Reason] <= Table1[End Value Batch] ), Tabl1[Batch])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

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.