This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi there,
I am after some help with an issue I have performing a simple calculation across 2 tables. I have the following relationship set up between these 2 tables:
This is allowing me to do everything I need to except one thing. I need a column created in the PowerBI_Cache_Projects table which is the SUM of (PowerBI_Cache_Timelogs(2)[HOURSSPENT]) * 105.
I have tried using the RELATED function as this seems to come up a lot in these posts, but that only works from the Timelogs table to Projects, not the other way around. Intellisense does not pick up the Timelogs table when querying from Projects.
Anyone any ideas?
Thanks
Solved! Go to Solution.
Hi, are you already try with:
New calculated column:
TotalHoursSpent = CALCULATE(sum(Table2[HourSpent]))*105
Regards
Victor
Lima - Peru
Hi, are you already try with:
New calculated column:
TotalHoursSpent = CALCULATE(sum(Table2[HourSpent]))*105
Regards
Victor
Lima - Peru
Try Merge function it might work for you: Merge Queries in Power BI you can get values over and then sum them.
Regards
Abduvali
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 32 | |
| 31 | |
| 21 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 57 | |
| 31 | |
| 29 | |
| 22 |