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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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