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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
mmace1
Impactful Individual
Impactful Individual

Creating a shorter version of a Fact table for development

Our largest fact table is > 15M rows, lives in an Azure SQL DB, and feeds into a Dataflow in a Premium Capacity Workspace. 

 

To make development a bit easier, I'd like to create a version of the fact table that only has the last week's worth of data - a few hundred thousand rows at most. Then people could import that smaller table from the Dataflow, create their model, then when ready, switch to the main table in the Dataflow that has all the data. 

 

I could: 

Create a 2nd table in the dataflow, that's just the same query, but limited (via SQL) to the last week.  But then say, the transformations of each table in the Dataflow, have to be kept in sync. 

 

I was thinking instead: 

Have a computed entity, that references the full table in the Dataflow, and then limits to the last week of data.  That way it's always the exact same columns as the main Dataflow table. 

But seemingly it's going to load all 16M rows into that computed entiry first - thus using up a lot of our capacity's processing.  

 

So - is there a better way, or something I'm missing? 

 

1 REPLY 1
bcdobbs
Community Champion
Community Champion

I think on your main dataflow you need to switch the optimised compute engine to on rather than automatic to enable query folding down stream. 

 

https://docs.microsoft.com/en-us/power-bi/transform-model/dataflows/dataflows-premium-features#the-e...



Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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