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! Request now

Reply
Anonymous
Not applicable

Filtering Cube memory issues

I have a sales cube with data starting in 1990.

 

I want to retrieve the sales from last years with some dimensions. How can I filter the date dimension on the cube file? I'm importing as a SSAS cube.

 

I add the first dimension

= Cube.Transform(Cube1,
        {
            {Cube.AddAndExpandDimensionColumn, "[Time]", {"[Time].[Date].[Date]"}, {"Time.Date"}}
                    })

then I filter using Power BI table filter tools

 

Now I want to add the rest of the dimensions/columns to my cube. Is this the right way? Is there a better way to accomplish this? 

4 REPLIES 4
Anonymous
Not applicable

Also is there some tutorial about cube functions that are available in PowerBI?

Anonymous
Not applicable

Anyone?

Anonymous
Not applicable

I tried adding first the time dimension, filtering it using Power BI filter tools and then adding other dimensions.. but it doesnt' work

Did you solve this?

 

Using the V2.0 connector it seems to be possible to filter Cube level data by adding field sequentially instead of in one expression.

so If you add just your year field & one measure in one step.

-Then filter for the desired years.

-Then while on the filtered step click "add items" to bring in more fields & measures. This seems to work and can be multi step i think as in more filters.

 

Applied steps would then appear

- Source

- navigation

- Added items

- Filtered Rows

-Added items 2

- Filtered Rows 2

etc

 

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