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

Extract Last Value in a Row

My Problem is i need to include a column whcih would extract last vlaue of any given row regardless of the Header Value.

 

I do know how to extract in a column using LASTNONBLANK 

In excel i used INDEX and CountA.

 

I cant modify table in any manner.

 

Product19/09/202120/09/202121/09/202122/09/2021Last Value in A Row
Apple24611
Carrot22  2
Beans 56 6
Banana5 7 7
1 ACCEPTED SOLUTION
v-jingzhang
Community Support
Community Support

Hi @Anonymous 

 

You can add a custom column in Power Query Editor. 

 

= List.Last(List.RemoveNulls(Record.ToList(_)))

21092401.jpg

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

View solution in original post

3 REPLIES 3
v-jingzhang
Community Support
Community Support

Hi @Anonymous 

 

You can add a custom column in Power Query Editor. 

 

= List.Last(List.RemoveNulls(Record.ToList(_)))

21092401.jpg

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

amitchandak
Super User
Super User

@Anonymous 

are these columns - 

19/09/2021 20/09/2021 21/09/2021 22/09/2021

 

Then

?
coalesce([22/09/2021],[21/09/2021],[20/09/2021][19/09/2021])

 

if not, can you provide raw data and you need column ot measure ?

Anonymous
Not applicable

Below is the data i have highlighted cells which is required in "Get Last Row Value" Column (Solution which is required)

Day1 Day2 ... are column header

In Excel I have used the below formula  "INDEX(O7:T7,1,COUNTA(O7:T7))" to extract last row value for each product in Get Last Row Value Column. The Row Data in Days Column can be Number or Text Too

 

Is there any way we can replicate in power BI by adding column with above Power BI variant formula.

Capture.JPG

 

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.