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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
johanfs
Regular Visitor

Edit query filter doesnot work for some (bigger) files using Odata feed

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

 

 

 

 

 

 

7 REPLIES 7
prateekraina
Memorable Member
Memorable Member

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 filterResult after filter 

 

Hey @johanfs,

 

You are right. This is a bug. Filtering is not working in Query Editor.

You should log this bug in Issues forum. They will get it resolved.

Put the issue link here after you post it. I will also +1 that bug.

 

Prateek Raina

Anonymous
Not applicable

@prateekraina was this ever resolved? I'm currently running into the issue with AIO JIRA pull. Thanks!

Anonymous
Not applicable

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.