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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

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])

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

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])

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.