Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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)
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
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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.
User | Count |
---|---|
5 | |
5 | |
3 | |
2 | |
2 |
User | Count |
---|---|
9 | |
7 | |
4 | |
4 | |
4 |