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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Latest value for a category per day

Hi,

I have the below data. I am looking for some way to filter out the data and show only the rows highlighted. I tried RANKX() to add a new column but it did not work. Can you please help?

 

susheel1347_1-1601497149196.png

 

 

Thanks

1 ACCEPTED SOLUTION
v-zhenbw-msft
Community Support
Community Support

Hi @Anonymous ,

 

We can add a date column and Group by the date column and Type column to meet your requirement.

 

1. Add a date column.

 

latest1.jpg

 

2. Then group the Type and Date column to get the result.

 

latest2.jpg

 

If it doesn’t meet your requirement, could you please show the exact expected result based on the table that you have shared?

 

Best regards,

 

Community Support Team _ zhenbw

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

BTW, pbix as attached.

View solution in original post

2 REPLIES 2
v-zhenbw-msft
Community Support
Community Support

Hi @Anonymous ,

 

We can add a date column and Group by the date column and Type column to meet your requirement.

 

1. Add a date column.

 

latest1.jpg

 

2. Then group the Type and Date column to get the result.

 

latest2.jpg

 

If it doesn’t meet your requirement, could you please show the exact expected result based on the table that you have shared?

 

Best regards,

 

Community Support Team _ zhenbw

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

BTW, pbix as attached.

amitchandak
Super User
Super User

@Anonymous ,

Create a new column

date = [time].date

 

Create following measures and use the with date and type
New Time = Table[Time]
new value = calculate(lastnonblankvalue(Table[Time], max(Table[VAlue])), allexcept(Table, Table[Date], Table[Date]))

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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