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
Absalon29
Helper III
Helper III

Filtering

I have a model with 3 columns Buy/Sell (which a text column), Amount (Integer) and Date (Date). I need to be able to subtract sells from buys over a variety of time periods. I can't work out if this should be done as a new calculated column or measure.  Dax sample.JPG

1 ACCEPTED SOLUTION

Hi,

 

Try this

 

=CALCULATE(SUM(Data[Amount]),Data[Buy/Sell]="Buy")

 

and

 

=CALCULATE(SUM(Data[Amount]),Data[Buy/Sell]="Sell")

 

Hope this helps.

 


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

View solution in original post

5 REPLIES 5
v-huizhn-msft
Employee
Employee

Hi @Absalon29,

Please post your expected result based on the sample table, so that we can share the workaround which is close to your requirement.

Best Regards,
Angelia

I am trying to filter all buys with dates into a measure and all sells into a measure so that I can subtract sells from buys over anytime period.

Hi,

 

Try this

 

=CALCULATE(SUM(Data[Amount]),Data[Buy/Sell]="Buy")

 

and

 

=CALCULATE(SUM(Data[Amount]),Data[Buy/Sell]="Sell")

 

Hope this helps.

 


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

Hi @Absalon29,

 

What result are you expecting?


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

Hi @Absalon29

 

A measure should work.

 

I assume all the sell records have a minus sign so ...

Measure1 = SUM(TableName[Amount])

 

should work

 

If you create a visual and place the date in one axis or column or whatever visual you choose and in the values of that visual you place Measure1 should work with no problems.

Hope that helps

 

Vicente

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.