Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Incorrect O/P
Import/Dual
Correct O/p on Dual/Import Mode
Solved! Go to Solution.
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.
Proud to be a Super User!
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.
Proud to be a Super User!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.