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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
PrivateAnalytic
Helper IV
Helper IV

Assistance with Merging some Datasets into a single visual

Hello! This may not be possible in any way whatsoever. But I figured it'd be nice to reach out.

Scenario: I have 2 datasets encompassing the same kinds of data (2 different sources). 1 of the sources is valid for the first half of the year, the 2nd source is valid for the second half of the year. They essentially show the same data and I can create the same visuals for them, but I want to try to consolidate the 2 into 1 for simplicity reasons. Is there a way in Power BI I could do this? They are different column names so I want to rule out Appending in the transform data section. Maybe a DAX measure? But I feel that could be too complex. Any thoughts? 

For reference, this is the visual I am trying to make into 1.

PrivateAnalytic_0-1691429317559.png

 

3 REPLIES 3
Idrissshatila
Super User
Super User

Hello @PrivateAnalytic ,

 

so if you want to use dax to do so, you could use the union dax function.

 

check this video for instructions https://youtu.be/yhKZtaYPCts

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Follow me on Linkedin



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Syk
Super User
Super User

More detail on what your tables actually are would be more helpful but if it's the same data, appending would be the answer. Just rename the columns so they line up and append. If there's more nuance than that - post some details of the tables.

@Syk 

The former dataset is set up as follows:

visitorpersonidenterdateofferofferidofferdate

The current dataset is set up as follows:

preofferidofferidofferdateoffer

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors