Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi
I am trying to load data (via Import) out of my SSAS cube into tables (so I can add further measures etc.) but there are 100's thousands of rows so performance is very poor.
Is there a way to filter the data server side before it is downloaded?
I am not particularly technical so wondered if anyone had any simple step by step instructions as to how this could be done.
Any help much appreciated
Hi @AndyTrezise,
There is a quite simple way you can try. In the Query editor, do "Keep rows" before loading or refreshing.
Best Regards,
Dale
Thanks for the suggestion
Keep rows - as far as I can see - only allows me to filter out / keep a specific number of rows...
I need to be more specific and filter basic on column data within the cube - i.e. transaction_date >= 01/01/2018 thus eliminating the need to import all the data before the start of 2018
Hi @AndyTrezise,
Since it's a cube, I would suggest you try to customize the query with MDX at the beginning.
Best Regards,
Dale