Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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).
Thanks in advance!
Kind regards, Karel
Solved! Go to Solution.
@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])
@karelstoel If in your datasets all columns are the same then just append two tables in Power Query.
Hi @karelstoel
click "New Table" and enter the following code:
Does that help? If so, please
Thanks hashtag_pete
Hi @karelstoel
click "New Table" and enter the following code:
Does that help? If so, please
Thanks hashtag_pete
@karelstoel If in your datasets all columns are the same then just append two tables in Power Query.
@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])
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.