Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
I am trying to figure out how to creating a new column using different tables.
Table X and Table Y have a one to many relationship.
I basically want to sum an integer type column for each row from Table Y that matches with Table X. So I am assuming the new column should be on Table X.
Just started using Power BI so I apologize beforehand if I am missing any important info.
Thanks
Solved! Go to Solution.
Hi @Anonymous,
Have you solved your problem with the answer of @Zubair_Muhammad?
If you have soved your question, please accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, could you share a dummy pbix file which can reproduce the scenario and your expected output, so that we can help further investigate on it? You can upload it to OneDrive or Dropbox and post the link here. Do mask sensitive data before uploading.)
Best Regards,
Cherry
Hi @Anonymous,
Have you solved your problem with the answer of @Zubair_Muhammad?
If you have soved your question, please accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, could you share a dummy pbix file which can reproduce the scenario and your expected output, so that we can help further investigate on it? You can upload it to OneDrive or Dropbox and post the link here. Do mask sensitive data before uploading.)
Best Regards,
Cherry
Hi,
Share a dataset and also show the expected result.
@Anonymous
As a calculated column on one side table...normally we can use
Column in Table X= Calculate(sum(TableY[ColumnName]))
User | Count |
---|---|
119 | |
78 | |
59 | |
52 | |
48 |
User | Count |
---|---|
171 | |
117 | |
61 | |
59 | |
53 |