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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Workener
Frequent Visitor

OData Performance: Querying the whole feed and filtering it with ui vs querying a filtered feed

Hello,

 

I'm relatively new to PowerBI, so this should be an easy question for you. If I build reports e.g. In Excel I try to get as less data back as possible (using select and filter statement) when I use OData to achieve an adequate performance.

 

How is the best practice in PowerBI? Is the performance the same as in the example above, if I query the whole feed and filter it down afterwards with the ui (select tables, use the query editor in order to delete columns)?

 

A feedback would be highly appreciated. Thank you!

 

Best regards,

workener

1 ACCEPTED SOLUTION
v-ljerr-msft
Employee
Employee

Hi @Workener,

Currently when you specify filters (Table.SelectRows) on navigation property the predicate does not get pushed to the URL. PowerBI Desktop downloads all the data locally and then does filtering client-side. This is very inefficient. It would be great if OData.Feed was smart enough to push predicates on navigation properties to URLs.

In this scenario, I would suggest you query a filtered feed instead of querying the whole feed and filtering it with ur(the same as using Table.SelectRows M function) currently. Here is the idea shared on Power BI Ideas for your reference. Smiley Happy

 

Regards

View solution in original post

1 REPLY 1
v-ljerr-msft
Employee
Employee

Hi @Workener,

Currently when you specify filters (Table.SelectRows) on navigation property the predicate does not get pushed to the URL. PowerBI Desktop downloads all the data locally and then does filtering client-side. This is very inefficient. It would be great if OData.Feed was smart enough to push predicates on navigation properties to URLs.

In this scenario, I would suggest you query a filtered feed instead of querying the whole feed and filtering it with ur(the same as using Table.SelectRows M function) currently. Here is the idea shared on Power BI Ideas for your reference. Smiley Happy

 

Regards

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors