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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
knightwatch
Frequent Visitor

Latest Value

Hi everyone, ı have a data table, and ı want to make a new table that has the latest column value. As you can see, some types have different least values again, and ı want to add these newest values to the table. Can you help me ?I want to obtain newest table like thatI want to obtain newest table like that

2 ACCEPTED SOLUTIONS
Ahmedx
Super User
Super User

pls see my video
https://1drv.ms/v/s!AiUZ0Ws7G26RiA_GW1l9-SaNFJ2x?e=1dheto


Sample PBIX file attached
https://1drv.ms/u/s!AiUZ0Ws7G26RiA5oxk5XTqg0mYbU?e=tPo23M

if
List.Range(
from[Type]&{"oooooooooooooooo"},[Index]+1,1){0} <> [Type] then [Value] else 0

View solution in original post

in this example, the DATE column does not play any role here, so my solution is suitable for this scenario.
but you need to keep the date column.
but I'm afraid that you actually have a different scenario.

can you create an example file which reproduces your issue?

View solution in original post

7 REPLIES 7
Ahmedx
Super User
Super User

and what result are you expecting, also show

Ahmedx
Super User
Super User

pls see my video
https://1drv.ms/v/s!AiUZ0Ws7G26RiA_GW1l9-SaNFJ2x?e=1dheto


Sample PBIX file attached
https://1drv.ms/u/s!AiUZ0Ws7G26RiA5oxk5XTqg0mYbU?e=tPo23M

if
List.Range(
from[Type]&{"oooooooooooooooo"},[Index]+1,1){0} <> [Type] then [Value] else 0

Thank you, it works. But if ı have one more date column, how can ı approach to obtain the same result with a date?değişmiyor.PNG

I don't understand, please explain again
Share sample pbix file to help you

Sorry, ı could not share the pbix, but let me explain more clearly. I want to obtain the below table. It is similar, but there is one more date column. Can you help me?Capture.PNG

in this example, the DATE column does not play any role here, so my solution is suitable for this scenario.
but you need to keep the date column.
but I'm afraid that you actually have a different scenario.

can you create an example file which reproduces your issue?

I handled it yesterday, thanks to your explanation. I used your way with some extra arrangements. Thank you so much; take care 🙂

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors