Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
25 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
25 | |
12 | |
11 | |
10 | |
6 |