Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
Thanks for looking at my post.
I have two non related table. Is there any way to do the following pleasE?
thanks a lot
Solved! Go to Solution.
Hi, Please check the below picture and the attached pbix file.
It is for creating a new table.
expected result table =
ADDCOLUMNS (
Table01,
"Status",
MAXX (
FILTER (
Table02,
Table02[Order number] = EARLIER ( Table01[Order number] )
&& Table02[Material] = EARLIER ( Table01[Material] )
&& Table02[Operation] = EARLIER ( Table01[Operation] )
),
Table02[Status]
)
)
Perfect. Much appreciated and thanks a lot
Hi, Please check the below picture and the attached pbix file.
It is for creating a new table.
expected result table =
ADDCOLUMNS (
Table01,
"Status",
MAXX (
FILTER (
Table02,
Table02[Order number] = EARLIER ( Table01[Order number] )
&& Table02[Material] = EARLIER ( Table01[Material] )
&& Table02[Operation] = EARLIER ( Table01[Operation] )
),
Table02[Status]
)
)
User | Count |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
14 | |
11 | |
7 |