Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Get sum of process and review time

Hi All,

 

I have two tables. One with data for users like task, processing time, processor name, reviewer name and review time. Another table is Master table with Name and team. I an trying to get Processing and review time for each user. But not getting the correct results. I linked my Master tabel(Proper Name) to Data table (Processor Name)

Untitled.jpg

2 REPLIES 2
V-lianl-msft
Community Support
Community Support

Hi @Anonymous ,

 

If there is no relationship between the two tables, use the name in Table 2 then create measures like below:

Processing time = CALCULATE(SUM(Table1[Processing Time]),FILTER(Table1,Table1[Processor]=MAX(Table2[Name])))+0
Reviewd time = CALCULATE(SUM(Table1[Review Time]),FILTER(Table1,Table1[Reviewed By]=MAX(Table2[Name])))+0

Vlianlmsft_0-1648779834365.pngVlianlmsft_1-1648779847755.png

 


Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Thanks a lot for taking ot time and proving solution. This is working if i delete the Relationship between these two table. However I will need relationship for another visual, where I am showing Team wise data. Will it be possible to get the Proceseeing and Review time keeping relationship as is. Thanks.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.