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
kaka
Helper II
Helper II

Power BI's equivalent of LAST()

So in tableau, LAST() basically returns the number of rows form the current one to the last one in the view/partition. 

 

Is there a similar function in power bi DAX ? 

2 REPLIES 2
v-yulgu-msft
Employee
Employee

Hi @kaka,

 

As per my knowledge, there is no such a function supported by Power BI DAX. 

 

But you can try this workaround. Insert an index column first, then add a calculated column using below formula:

Column = CALCULATE(LASTNONBLANK(TableName[Index],1),ALL(TableName))-TableName[Index]

Thanks,
Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Sorry, this is not easy to understand what you are talking about.  Can you have another try



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.

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.