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! Learn more

Reply
karelstoel
Advocate I
Advocate I

Struggling with two datasets

Hey,

 

I am struggling with connecting two datasets. The datasets were I am talking about is data from 2017 to 2020 (offline - excel file) and data from 2021 (online - Business Central). I would to have them in one column in the report part so I can make a slicer for the period 2017-2021 (and other selections). So this is data that I would like to see below each other (total 'Invoice - billed'), and NOT connect per row (by order number for example).

 

Offline - Excel file.png

Online - Business Central.png

Thanks in advance!

 

Kind regards, Karel

 

@smpa01 

3 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@karelstoel , based on what I got. Create a date table. Join both these tables(data set with) common date table. Have year, month, qtr etc in date table.

 

use this common table to analyze data together

 

if needed create a combine measure 

sum(excel[Invoice Billed]) + sum(online[Invoice Billed])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

Anonymous
Not applicable

@karelstoel If in your datasets all columns are the same then just append two tables in Power Query.

View solution in original post

hashtag_pete
Helper V
Helper V

Hi @karelstoel 

click "New Table" and enter the following code:

Calendar = CALENDARAUTO()
You then need to connect the tables and you are ready to go. 
For more enhanced slicing, please refer to 
 
Best regards

Does that help? If so, please

  • mark this post as a solution
  • give kudos

Thanks hashtag_pete

View solution in original post

3 REPLIES 3
hashtag_pete
Helper V
Helper V

Hi @karelstoel 

click "New Table" and enter the following code:

Calendar = CALENDARAUTO()
You then need to connect the tables and you are ready to go. 
For more enhanced slicing, please refer to 
 
Best regards

Does that help? If so, please

  • mark this post as a solution
  • give kudos

Thanks hashtag_pete

Anonymous
Not applicable

@karelstoel If in your datasets all columns are the same then just append two tables in Power Query.

amitchandak
Super User
Super User

@karelstoel , based on what I got. Create a date table. Join both these tables(data set with) common date table. Have year, month, qtr etc in date table.

 

use this common table to analyze data together

 

if needed create a combine measure 

sum(excel[Invoice Billed]) + sum(online[Invoice Billed])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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