Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hello,
I try to Multiply 2 Columns of 2 differents table.
one is a Personal reference table and the other is the hours done by project
I create a relation between the two table with the both column name
Solved! Go to Solution.
It's ok the summurize must be done on Name and it's ok
Thank you very much for your help
Ideally for mutliplication you should use
Sum(A*B)
When that is not possible use the row context
Costs =
sumx(summarize(Project, project[ID],"_dat",SUM('DATA'[Hours done]) ,"_hrs",SUM('Personel'[Hourly rate])),[_dat]*[_hrs])
if you need more help make me @
Appreciate your Kudos.
Hello,
I try your code but I have exactly the same result
My both table are DATA and Personel
It's ok the summurize must be done on Name and it's ok
Thank you very much for your help
@Vincent_Jaquet , that is what you could have found best. As I am not aware best of your data model. Kudos !!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 65 | |
| 64 | |
| 45 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 115 | |
| 114 | |
| 38 | |
| 36 | |
| 26 |