cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Anonymous
Not applicable

Replace last value and Return column

Hi Everyone,

Can anyone help me with, How to rename last product value based on max date in column and return all values same.

Ex: One column contains Model1, Model 2, Model 3 with respective dates and currently Model-3 is active, So we need to show in slice "Model-3 Active" and its completely work in dynamic way.

 

Thanks in advance.

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , You need to create a new column

 

if( [Date] = Max(Table[Date]) , [Model] , " Active", [Model])

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Top Solution Authors