Forum Discussion
rgpsathish
3 years agoFrequent Visitor
DAX Support
Dear Team, Is that possible to get the value of last week of Month. like below highlighted image.
- 3 years ago
HI rgpsathish
You can try a new measure
Measure = MAXX ( TOPN ( 1, Data, Data[Y_W] ), Data[Value] )
tamerj1
3 years agoCommunity Champion
HI rgpsathish
You can try a new measure
Measure = MAXX ( TOPN ( 1, Data, Data[Y_W] ), Data[Value] )
rgpsathish
3 years agoFrequent Visitor
Hi tamerj1
Issue is solved.
Thanks alot for your quick support😊