The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I am very new to this.
Sample arbitrary data:
Desired outcome:
I am able to combine the two tables with only the rows with the matching cells but i cant insert them where I want to be automatically.
Solved! Go to Solution.
Based on your description, I created data to reproduce your scenario. The pbix file is attached in the end.
This does it for I need for now! Thank you so much!
Hi @novicepowerbi
You can get the desired result by those steps :
1. merge details with summary table, by activity id :
after this step, you will have just needed rows from the details table, so you can delete the newly created column
next step is just to append the tables
result:
Note that you cant delete unnecessary table because of merge , so you can just not to load it to the model
Pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.