Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Dear Team,
Is that possible to get the value of last week of Month. like below highlighted image.
Solved! Go to Solution.
HI @rgpsathish
You can try a new measure
Measure = MAXX ( TOPN ( 1, Data, Data[Y_W] ), Data[Value] )
Hi @tamerj1
this is the display i want
From This data. ( Currently i applied Average of value so that data not showing correctly )
HI @rgpsathish
You can try a new measure
Measure = MAXX ( TOPN ( 1, Data, Data[Y_W] ), Data[Value] )
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?