Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Combine data from both import and directquery tables

I have a database that is bringing in IoT data.

I want to speed up visuals in Power BI, currently, they take >20seconds to draw due to the direct queries that have to be performed.

 

My plan was to import all the data up to the previous day, and then get today's data with a table in direct query mode and create relationships to a dimensions table that contains all the IDs, Instruments and times. This model is very close to working however my issue is getting the IDs, Instruments and times where I don't have to get them all in direct query mode.

 

Is there any way to bring in most of the dimension data in import and add a very small amount of real-time in direct query mode? 

 

measures will not work as I need to be able to display the date information on an axis and the instrument on the legend. 

3 Replies