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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.