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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
We use Odata feed in Power BI desktop to get data from an external party.
After the data is loaded in the model I use Edit Query to filter the data.
But for some bigger files this filter doesnot work at all.
When i use the filter in the report it works fine.
Is this a known problem?
Any idea how to solve it?
Thanks,
Johan
Hi @johanfs,
Kindly provide more detals on what actually is happening in the Query Editor.
For Example: The length of the sring or any screenshot would be helpful in solving your query.
Prateek Raina
This is the code you see in the advanced Editor:
let
Source = OData.Feed("https://opendata.cbs.nl/ODataFeed/odata/83765NED"),
TypedDataSet_table = Source{[Name="TypedDataSet",Signature="table"]}[Data],
#"Filtered Rows" = Table.SelectRows(TypedDataSet_table, each ([ID] = 1))
in
#"Filtered Rows"
I took the most simple filter that should result in only 1 record, but I get all the records.
I will add a screenshot so you can see the result (even after refreshing) still shows all the records.
Thanks,
Johan
Result after filter
@prateekraina was this ever resolved? I'm currently running into the issue with AIO JIRA pull. Thanks!
Hi,
I am currently facing the same problem. I tried filtering out a particular column in a table in the query editor. But when I 'Close & Apply' the changes to Desktop, the filtering has not taken place and all the values in the column show up anyway.
Did anybody find a solution to this?
Goodmorning Prateek,
I reported the bug, thanks for your help.
Johan
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.