Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Dear All,
I have two tables, 1st table name "Deals" and 2nd table name "Deals Product". In "Deals" table its has column named "Stage_Id". I want this column "stage_id" to be in "Deals Product" table. How can i do that? Please advise. Thanks
Please see the screen captures below:
1. Deals table
2. Deals Product table
Solved! Go to Solution.
@Anonymous ,
a new column in deal product
Stage = maxx(filter(Deal, deal[ID] = 'deal product'[Deal ID]) , Deal[Stage Id])
refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8
@Anonymous ,
a new column in deal product
Stage = maxx(filter(Deal, deal[ID] = 'deal product'[Deal ID]) , Deal[Stage Id])
refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
25 | |
12 | |
9 | |
9 | |
9 |
User | Count |
---|---|
21 | |
14 | |
14 | |
13 | |
13 |