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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
hurthsr
New Member

Import subset of rows

Hi all --

 

I have a dimensional data mart that, when imported, exceeds the 250mb limit for powerbi.com. I don't typically need all of the data, so I figured I'd just filter out the rows I don't need when I import it. Unfortunately, setting a date restriction on the related 'create date' dimension does not trickle down to the fact table (and associated dimension tables). It appears you'd need to filter every table.

 

I also tried giving it a query to use for the import, but then it munges all the dimensions into a single list and I'd need to separate by hand -- not a great solution to hand over to a business user.

 

How do you guys filter out your data?

1 ACCEPTED SOLUTION
PowerBIGuy
Responsive Resident
Responsive Resident

couldn't you just filter your fact table? There's no need to filter the dimension tables. If your have a fact table with a dateKey for example and you just want to bring in one years worth of data you could add the where clause  "datekey>=20150101" for example. You could also load your data into a Tabular cube . Power BI connects to tabular cubes via direct query so no need to import the data 1st.

Business Intelligence Architect / Consultant

View solution in original post

1 REPLY 1
PowerBIGuy
Responsive Resident
Responsive Resident

couldn't you just filter your fact table? There's no need to filter the dimension tables. If your have a fact table with a dateKey for example and you just want to bring in one years worth of data you could add the where clause  "datekey>=20150101" for example. You could also load your data into a Tabular cube . Power BI connects to tabular cubes via direct query so no need to import the data 1st.

Business Intelligence Architect / Consultant

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors