cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
kasife
Helper V
Helper V

Sum up to current month

Hi Guys,
I'm doing the sum of sales considering project and module, but I need to consider only sales that were made up to the month before the current one. How could I do this?

kasife_0-1672328364383.png

 

This is the formula I'm using

 

Total repasses por produto = 

    CALCULATE(
        [_Qtde Repasses Realizados],
        ALLEXCEPT(f_reaal_realizado,f_reaal_realizado[Nome do Projeto Original],f_reaal_realizado[Módulo]))

 

 

1 ACCEPTED SOLUTION
Priya1969
Resolver I
Resolver I

Hi,
Use this calculation:
 
Max sales2 = CALCULATE(SUM(Sheet2[Sales]),FILTER(Sheet2, Sheet2[Date] <= EOMONTH(NOW(),-2)+1))
 
Output:
Priya1969_0-1672333362491.png

 

View solution in original post

2 REPLIES 2
Priya1969
Resolver I
Resolver I

Hi,
Use this calculation:
 
Max sales2 = CALCULATE(SUM(Sheet2[Sales]),FILTER(Sheet2, Sheet2[Date] <= EOMONTH(NOW(),-2)+1))
 
Output:
Priya1969_0-1672333362491.png

 

@Priya1969 Its worked perfectly. Thaniks so much

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors