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
wjkmason
Frequent Visitor

Determine which table to query data from

I have a dataset with imported tables that updates every 30 minutes (restricted by Power BI service).  I want to view live data on my production floor but don't want to sacrifice the performance aspect of soley using direct query.  Is there anyway in PowerBI to pull all historical data from the imported table and for the "new" data pull from direct query?

1 REPLY 1
amitchandak
Super User
Super User

@wjkmason , I doubt append in power query and union in DAX can help much as they will create a new import table.

 

The way is to have two schemas around these two tables with common dimension and then add them in a formula

 

example measure

total rows = countrows(History) + countrows(Direct)

 

 

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.