Forum Discussion
Calculating a column in different table with unique filed
Hi All,
I want to calculate the in two different table when the first column matches.
eg.,
First Table --> I have a table with Emp ID and all the details about the emp.
Sec Table --> I have how many hours a day the particular emp worked on this month.
in excel used "SUMIFS", can anyone help me on DAX coding
Thanks,
Thanks for your response..
6 Replies
- AnonymousNot applicable
For that you create relations on the relation diagram and then create the visuals accordingly,
Is this clear?
- nagoor
Helper III
No, Please find the below queries, hope it clears
Table 1
Table2
I'll use =SUMIFS('Table 2'!C:C,'Table 2'!A:A,'Table 1'!B:B) this to calculate my values, pls help how to do the same in powerbi
- AnonymousNot applicable
What do you want to calculate exactly?
If you want to do it like in Excel, do it in Excel, PBI is a little different.
The relations in PBI make it easy to do those calculations.