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
ravdha85
Frequent Visitor

Relationship Filtering not working in Direct Query but works correctly in Import/Dual mode

Hi Experts,

I am using Direct Query mode to pulll Data from Snowflake DB, I have a relationship betweeen Employee and Call Center Tables on Email ID. If I try to filter the Call Log table through Supervisor name on the report , it displays fewer records than expected in Direct Query mode. But on Dual/Import mode the records are displaying as expected. Could you please help me with this?

Direct Query

ravdha85_4-1687704569700.png

 

Incorrect O/P

ravdha85_1-1687704153679.png


Import/Dual 

ravdha85_2-1687704327337.png

Correct O/p on Dual/Import Mode

ravdha85_3-1687704423921.png

 

 

1 ACCEPTED SOLUTION
DataInsights
Super User
Super User

@ravdha85,

 

This might be caused by DirectQuery being case-sensitive and Dual/Import not being case-sensitive. When I encountered this issue, I resolved it by using the Snowflake function INITCAP in my custom SQL.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
DataInsights
Super User
Super User

@ravdha85,

 

This might be caused by DirectQuery being case-sensitive and Dual/Import not being case-sensitive. When I encountered this issue, I resolved it by using the Snowflake function INITCAP in my custom SQL.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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