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
alks_skla_f
Helper II
Helper II

Removing of filter causes error

Hello,

I have a table visual. There is Fetch filter option is chosen for column "Data Source Flag":

alks_skla_f_0-1756305253149.png

When I remove the filter, I have this error:

alks_skla_f_1-1756305310275.png

Does anybody knows what it mean?

1 ACCEPTED SOLUTION
Shahid12523
Community Champion
Community Champion

When you filter for "Fetch" in Data Source Flag, the visual works because only compatible data is queried.
Removing the filter includes other flags like "Fetch Sales History" or "Subscription Fetch", which trigger a BigQuery ODBC error due to unsupported query syntax or schema differences.


Fix: Test each flag separately, simplify Power Query steps, and avoid complex constructors or incompatible expressions that BigQuery can't handle.

Shahed Shaikh

View solution in original post

5 REPLIES 5
v-hashadapu
Community Support
Community Support

Hi @alks_skla_f , Hope you're doing fine. Can you confirm if the problem is solved or still persists? Sharing your details will help others in the community.

v-hashadapu
Community Support
Community Support

Hi @alks_skla_f , Thank you for reaching out to the Microsoft Community Forum.

 

We find the answer shared by @Shahid12523  is appropriate. Can you please confirm if the solution worked for you. It will help others with similar issues find the answer easily.

 

Thank you @Shahid12523  for your valuable response..

v-hashadapu
Community Support
Community Support

Hi @alks_skla_f , hope you are doing great. May we know if your issue is solved or if you are still experiencing difficulties. Please share the details as it will help the community, especially others with similar issues.

pankajnamekar25
Super User
Super User

Hello @alks_skla_f 

 

The issue occurs because when the filter is removed, additional values in the Data Source Flag bring in data with schema differences or unsupported queries that BigQuery can’t process. The solution is to simplify your Power Query steps and isolate or standardize those flag values so the query remains compatible across all cases

 


If my response helped you, please consider clicking
Accept as Solution and giving it a Like 👍 – it helps others in the community too.


Thanks,


Connect with me on:

LinkedIn

 

Shahid12523
Community Champion
Community Champion

When you filter for "Fetch" in Data Source Flag, the visual works because only compatible data is queried.
Removing the filter includes other flags like "Fetch Sales History" or "Subscription Fetch", which trigger a BigQuery ODBC error due to unsupported query syntax or schema differences.


Fix: Test each flag separately, simplify Power Query steps, and avoid complex constructors or incompatible expressions that BigQuery can't handle.

Shahed Shaikh

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