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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
CM_Mills
Helper II
Helper II

Take Last Figure from Month

Hello,

 

I have a set of data that takes a daily number. 

 

When viewing as a month or year i want to be able to see just the latest number and not the total. 

 

Is it possible to do this as a measure as this would worlk better for the rest of the databse if in the same table?

 

The table is called 'Data'

The value required is called 'Open Interest - Lots'

The Date is 'Date- Trade'

 

Thanks

 

 

 

 

1 REPLY 1
grazitti_sapna
Super User
Super User

 Hi @CM_Mills 

You can try using:-

 

LatestNumber = CALCULATE( MAX('Data'[Open Interest - Lots]), FILTER( ALL('Data'), 'Data'[Date-Trade] = MAX('Data'[Date-Trade]) ) )

 

Thank You. Hope this will help you.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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