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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
jbrownie77
New Member

Aggregating the latest time-series data from multiple tables

Hey everyone,

 

I'm new to Power BI and DAX and am trying to aggregate data from multiple time series tables into a results table.

I've spent most of the day reading docs but am a bit stuck.

 

My table structure is loosely like this:

 

Organization

Service: OrganizationId (FK), ServiceType

ServiceType1Data: ServiceId (FK), Data1, Data2

ServiceType2Data: ServiceId (FK), Data3, Data4, Data5

ServiceType3Data: ServiceId (FK), Data6. Data7, Data8, Data9

 

One Organization can have multiple Services, and each Service has a time series list of updates.

I would like to have a table of most recent data for each organization such as:

MostRecentData: OrganizationId, Time, Data1, Data2, Data3, Data4...

 

If that isn't quite feasible, I'd at least like to know how to reference the most recent data for each service type and relate that back to an organization (Data -> ServiceId -> OrganizationId). Not quite sure how to make that double jump there.

 

If it makes a difference, my data is from SQL Server as DirectQuery.

 

Thank you for the assistance!

Jonathan

1 REPLY 1
CheenuSing
Community Champion
Community Champion

Hi @jbrownie77 

 

Can you upload sampledata, pbix and the output expected to Google/OneDrive and share the link here to formulate a solution.

 

Cheers

 

CheenuSing

Did I answer your question? Mark my post as a solution and also give KUDOS !

Proud to be a Datanaut!

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors