The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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?
User | Count |
---|---|
25 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
12 | |
10 | |
10 | |
9 |