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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Simon4000
New Member

Getting data from two datasets

Hi all, 

 

I have a data source that i am connecting to via API. I have two types of data, one that contains a very big volumn that i would like to load once a day that is not needed to be very updated and the second data set needs to be updated more or less on the fly. 

 

I would like to make two different dataloads. One once a day and the other once every 10 minutes. However i need the to data in the same visual. 

 

DataSet 1: transformed once a day into a more simple dataset. 

Dataset 2: transformed several times during the day. 

 

Used in one dataset. 

 

My first idea is to make two different datasets, but i can only use one dataset in my visual. Does any one have same issue. 

1 ACCEPTED SOLUTION
mahoneypat
Microsoft Employee
Microsoft Employee

If you have a pro license and are using the service, I would set up a Dataflow for your big dataset and set that to refresh daily.  You can then use the dataflow as the source for it in your model.  If really big, you could also consider incremental refresh.  Please see these links for more info

https://docs.microsoft.com/en-us/power-bi/transform-model/service-dataflows-overview

https://blog.crossjoin.co.uk/2020/04/13/keep-the-existing-data-in-your-power-bi-dataset-and-add-new-...

 

If this works for you, please mark it as the solution.  Kudos are appreciated too.  Please let me know if not.

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

2 REPLIES 2
mahoneypat
Microsoft Employee
Microsoft Employee

If you have a pro license and are using the service, I would set up a Dataflow for your big dataset and set that to refresh daily.  You can then use the dataflow as the source for it in your model.  If really big, you could also consider incremental refresh.  Please see these links for more info

https://docs.microsoft.com/en-us/power-bi/transform-model/service-dataflows-overview

https://blog.crossjoin.co.uk/2020/04/13/keep-the-existing-data-in-your-power-bi-dataset-and-add-new-...

 

If this works for you, please mark it as the solution.  Kudos are appreciated too.  Please let me know if not.

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


lbendlin
Super User
Super User

Do both of your sources have to be imported? Can one or both of them be Direct Query?

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.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

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.

Top Solution Authors