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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

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