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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
LucasP
Regular Visitor

Concatenate Datas on same scatter plot

Hi all,

 

I'm new using Power BI and i have difficult to create a plot with "concatenate" data on the same plot from differents tables.

 

To be quick, i have differents table (3 for exemple) and i want to plot datas one after the others as below on Excel.

LucasP_0-1664097314143.png

 

In Data 1/2 & 3 i have for exemple "Temperature" depending on time, all start from "0sec". So i need to create another "time data" to concatenate and offset data correctly depending on a "global time".

 

But, i don't know how to do that on Power BI knowing that i received datas on 3 differents tables.

 

Have you an idea how i could do that please ?

 

Thanks a lot for your help.

 

PS : Sorry if it's not really clear..

1 ACCEPTED SOLUTION
v-yadongf-msft
Community Support
Community Support

Hi @LucasP ,

 

Sorry, the link you gave cannot be opened.

 

I suggest you to combine the three tables into one table.

 

NewTable = UNION('Table1','Table2','Table3')

Type = SWITCH(
    TRUE(),
    'NewTable'[ID] = 1 || 'NewTable'[ID] =2 || 'NewTable'[ID] =3, "Data1",
    'NewTable'[ID] = 4 || 'NewTable'[ID] =5 || 'NewTable'[ID] =6, "Data2",
    'NewTable'[ID] = 7 || 'NewTable'[ID] =8, "Data3")

 

 

vyadongfmsft_0-1664256121909.png

 

The result you want:

vyadongfmsft_1-1664256253267.png

 

Best regards,

Yadong Fang

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

3 REPLIES 3
v-yadongf-msft
Community Support
Community Support

Hi @LucasP ,

 

Sorry, the link you gave cannot be opened.

 

I suggest you to combine the three tables into one table.

 

NewTable = UNION('Table1','Table2','Table3')

Type = SWITCH(
    TRUE(),
    'NewTable'[ID] = 1 || 'NewTable'[ID] =2 || 'NewTable'[ID] =3, "Data1",
    'NewTable'[ID] = 4 || 'NewTable'[ID] =5 || 'NewTable'[ID] =6, "Data2",
    'NewTable'[ID] = 7 || 'NewTable'[ID] =8, "Data3")

 

 

vyadongfmsft_0-1664256121909.png

 

The result you want:

vyadongfmsft_1-1664256253267.png

 

Best regards,

Yadong Fang

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

PaulDBrown
Community Champion
Community Champion

Please share sample non-confidential data or a link to a sanitized PBIX file





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.