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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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