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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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])

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])

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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