March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
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 !
Solved! Go to Solution.
@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])
@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])
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
109 | |
73 | |
56 | |
52 | |
44 |
User | Count |
---|---|
157 | |
113 | |
63 | |
60 | |
50 |