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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
BenBernanke
Frequent Visitor

Calculate MAX seems to put MAX value on total line

First time posting but just trying to figure out what im doing wrong here.

 

MEASURE:

Prior Total Costs =
   CALCULATE([Total Costs],
   FILTER(ALLSELECTED(Calendar1[Date]),
  Calendar1[Date]<= MAX(Calendar1[Prior Plan Year Lookup Date])))
 
Screenshot:
BenBernanke_1-1675123940022.png

 

Need it to return the total between the months not the max value.


 

 
2 REPLIES 2
Ashish_Mathur
Super User
Super User

What exactly are you trying to do?  Explain the question in simple English rather than just pasting a measure.  Show the expected result very clearly.  Share the download link of the PBI file.


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

@BenBernanke , Grand total is recalculated so it will give the last month in total

 

You can have a measure like

 

MEASURE:

Prior Total Costs =
Sumx(Calendar1[Month Year] ) ,  // Assumed month Year is on column
   CALCULATE([Total Costs],
   FILTER(ALLSELECTED(Calendar1[Date]),
  Calendar1[Date]<= MAX(Calendar1[Prior Plan Year Lookup Date])))
)
Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

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