March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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 |
---|---|
117 | |
77 | |
58 | |
52 | |
46 |
User | Count |
---|---|
171 | |
117 | |
63 | |
57 | |
51 |