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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
Anonymous
Not applicable

Combine multiple Rows

Hey,

 

I have a question I am struggling with for a little while now. 

 

I current have some data that looks like this: 

MollyMcFly_0-1666876263964.png

Each row has the same timestamp and ID since it is generated at the same time. This is basically a price calculation. The aim is to have only one row per ID and timestamp. 
I grouped by max date to get only the latest results. I also followed https://community.powerbi.com/t5/Desktop/Sum-of-Certain-Rows/m-p/871024 this solution to get the numbers as sum in one row. The problem here is that it keeps every row and removing duplicates results in having one row, yes, but the calculated colomn is not working properly after the removal. 

 

MollyMcFly_1-1666876610382.png

I need this results but with only one row per ID and max. timestamp. 

Can´t figure it out and help is much appreciated. 

 

Kind regards 

Molly

1 ACCEPTED SOLUTION
v-zhangti
Community Support
Community Support

Hi, @Anonymous 

 

You can try the following methods.
Sample data:

vzhangti_0-1667266004190.png

Column:

Column = CALCULATE(MAX('Table'[Mod]),FILTER('Table',[ID]=EARLIER('Table'[ID])))

vzhangti_1-1667266076095.png

Is this the result you expect?

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-zhangti
Community Support
Community Support

Hi, @Anonymous 

 

You can try the following methods.
Sample data:

vzhangti_0-1667266004190.png

Column:

Column = CALCULATE(MAX('Table'[Mod]),FILTER('Table',[ID]=EARLIER('Table'[ID])))

vzhangti_1-1667266076095.png

Is this the result you expect?

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

ryan_mayu
Super User
Super User

could you pls provide the sample data (not the screenshot) and the expected output?





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.