Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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?
Solved! Go to Solution.
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.
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.