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
rgpsathish
Frequent Visitor

DAX Support

Dear Team,

 

Is that possible to get the value of last week of Month. like below highlighted image.

 

Power BI DAX.png

1 ACCEPTED SOLUTION

HI @rgpsathish 
You can try a new measure 
Measure = MAXX ( TOPN ( 1, Data, Data[Y_W] ), Data[Value] )

View solution in original post

4 REPLIES 4
rgpsathish
Frequent Visitor

Hi @tamerj1 
this is the display i want

rgpsathish_0-1662373866548.png

From This data. ( Currently i applied Average of value so that data not showing correctly )

rgpsathish_1-1662374171957.png

 



 

HI @rgpsathish 
You can try a new measure 
Measure = MAXX ( TOPN ( 1, Data, Data[Y_W] ), Data[Value] )

Hi @tamerj1 


Issue is solved.
Thanks alot for your quick support😊

tamerj1
Super User
Super User

Hi @rgpsathish 
As a new column or measure? And what exactly would you like the column or the measure display? Do you have week number column? If yes is it the year week number or the month week number or is it a date format column?

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.