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

Query the results of an OData query?

Hello,

I have an OData feed that is getting too big. I already select and filter, but I was wondering if it’s possible to do something like query to count the rows of an OData feed. Or manipulate the OData results more than select and filter. Any tips or suggestions?
5 REPLIES 5
nickchobotar
Skilled Sharer
Skilled Sharer

@Anonymous

 

Back to your initial question. Yes. you can query OData and get row counts. Add a custom column and run this function against your feed.

 

Table.RowCount([Data])

image.png

 

 

N -

 

Anonymous
Not applicable

Does this happen before the Odata load? Can you filter the function?

@Anonymous

 

Yes, you get the row count on the binary image - all those tables are not physically loaded into the model. Not sure what do you mean by "Can you filter the function?"

 

N -

Anonymous
Not applicable

@Anonymous,


What OData service  do you connect to? Do you add select and filter parameters in the OData URL to limit the imported rows? 

Regards,
Lydia

Anonymous
Not applicable

Yes to both. At this point, I'm only downloading the data I need. I did realize after I posted this that I can group the results which helps, but it would be really nice to do this before the data gets into BI to further improve performance. 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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