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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Create IF and SUMIFS between Two Tables

Hi Guys,

 

Please, i need some help!

I'm new on Power BI and my "Excel-Mind" stragule me.

 

Well,  i ahve two tables, with the informations below:

 

Table 1:

 

[IMG]http://i68.tinypic.com/20k7qiq.png[/IMG]

 

Table 2:

 

[IMG]http://i68.tinypic.com/15fhzlg.png[/IMG]

 

Basically i have to put a new column on the Table 2 with:

IF the Status is Accomplished so SUM the Amount Paid on the Table 1 relative to the Client, Month and Year;

 

Like this on Excel: 

=IF([Status]="Accomplished";SUMIFS(Table1[Amount Paid];Table1[Client Code];Table2[Client Code];Table1[Year];Table2[Year];Table1[Month];Table2[Month];Table1[Rule];"Negociated")

 

So, i try everithing i know (not so much, ><) and i can't connect the two tables with CALCULATE, FILTERS and etc.

Plz,

Can you help guys??

 

Tks,

1 REPLY 1
Ashish_Mathur
Super User
Super User

Hi,

Try this calculated column formula in Table2

=IF([Status]="Accomplished",CALCULATE(SUM(Table1[Amount Paid]),FILTER(Table1,Table1[Client Code]=EARLIER(Table2[Client Code])&&Table1[Year]=EARLIER(Table2[Year])&&Table1[Month]=EARLIER(Table2[Month])&&Table1[Rule]="Negociated")),BLANK())

You may have to replace , with ;

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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